css
CSS round corners....
When oh when is css3 finally going to be released???
It's not only the question I ask myself now, it's the question I ask myself for the past 6 years... that is so annoying!
The feature I miss most in css2 is the ability to apply round-corners to elements. But even the css3-definition "border-radius" is not yet available, there are some ways to do it. Here's my favourite way:
For some browsers, the developers included some "pre-versions" of border-radius:
Gekko-based browsers (Firefox, Netscape 6+)
-moz-border-radius: 10px;
or
