atleast not cross browser.. yet.
mozilla has some limited support.
eg.
CSS:
#rounded-textbox {
-moz-border-radius-bottoml
-moz-border-radius-bottomr
-moz-border-radius-topleft
-moz-border-radius-toprigh
background-color:#DDDDDD;
border:1px solid #7E94A6;
padding-left:2px;
padding-right:2px;
width:15em;
}
HTML:
<input size="20" name="roundedTextbox" title="Enter some text" id="rounded-textbox"/>
Main Topics
Browse All Topics





by: VirusMinusPosted on 2007-07-19 at 17:04:26ID: 19527561
you can't