I'm no expert in this area, but I use
Code:
<style type="text/css">
.clear
{
font-size: 1px; height: 1px;
}
.bl
{
background: url(http://www.animeviews.com/images/pops/bl3.png) 0 100% no-repeat;
}
.br
{
background: url(http://www.animeviews.com/images/pops/br3.png) 100% 100% no-repeat;
}
.tl
{
background: url(http://www.animeviews.com/images/pops/tl3.png) 0 0 no-repeat;
}
.tr
{
background: url(http://www.animeviews.com/images/pops/tr3.png) 100% 0 no-repeat;padding:1em;
}
</style>
<div style='width:10%;background-color:red;'><div class='bl'><div class='br'><div class='tl'><div class='tr'>vf</div></div></div></div></div><div style='width:10%;background-color:red;'><div class='bl'><div class='br'><div class='tl'><div class='tr'>vf</div></div></div></div></div>
see also http://www.roundedcornr.com/
http://articles.sitepoint.com/articl...s-boxes-curves
Bookmarks