Cantos Redondos com css / Rounded Corners with css
Read More... Rounded courners CSS
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
Tips and help for windows, Mac Os, and developing programs ( like MIPS , visual studio , iphone ). Have tips for c#, c, cshell, perl, java, assembly
border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
/* Firefox */
@-moz-document url-prefix()
{
.arrowlistmenu { margin-top:-10px }
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
.arrowlistmenu { margin-top:-10px }
}
/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
.arrowlistmenu { margin-top:-10px }
}
/* IE 7 */
html > body #ie7
{
*.arrowlistmenu { margin-top:-10px }
}
/* IE 6 */
body #ie6
{
_.arrowlistmenu { margin-top:-10px }
}
With stylesheets