Rounded

Applies a radius to most elements to give the appearance of rounded corners!

Example Usage

hello

Source Code

<style>
.box
{
	background-color:#444;
	border:1px solid #ff0000;
	padding:10px;
	height:50px;
	width:200px;
}
</style>
<div behavior="rounded[radius=10]" class="box">hello</div>