Rounded corners in all browsers

OscarG said:
http://www.html.it/articoli/nifty/index.html

I believe that this ok, but yet not fully comptaible with all browsers. The best way would be by using javascript in your code.
 
NBK*Twitch said:
Cosmic said:
Also use -webkit-border-radius. That will make it work for several other browsers other than FireFox. IE not included.
Also put -khtml-border-radius and -o-border-radius for opera and khtml web browsers.

No need. As a matter of fact, Webkit browsers don't need webkit-border-radius anymore. Mozilla still needs moz-border-radius because they still haven't supported the W3 implementation of border-radius for CSS 3 and opted for its own. Even IE 9 supports border-radius, for crying out loud.
 
I too am in need of this, I spent like 1hour looking thought tutorial in school I urgently need this for a eportfolio of my school work
 
el canadiano said:
NBK*Twitch said:
Cosmic said:
Also use -webkit-border-radius. That will make it work for several other browsers other than FireFox. IE not included.
Also put -khtml-border-radius and -o-border-radius for opera and khtml web browsers.

No need. As a matter of fact, Webkit browsers don't need webkit-border-radius anymore. Mozilla still needs moz-border-radius because they still haven't supported the W3 implementation of border-radius for CSS 3 and opted for its own. Even IE 9 supports border-radius, for crying out loud.
Ahh thanks for the info.
 
Back
Top Bottom