Rounded
Trace: » Get Started with PHP » Appcelerator Entourage In Action » Get Started with App Engine » Tooltip » Rounded

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>
ui/behaviorrounded.txt · Last modified: 2009/03/10 14:19 by jstahl