javascript - CSS Cross-Browser Curved Borders -


what correct/best way define cross-browser css/css3 compliant/valid curved borders?

is there non-javascript way of doing so, while being cross-browser compatible? if not, there proper workaround?

have tried:

-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px 

together? should cover primary 3 browsers in latest releases (at least). without javascript or using images, you're not going full cross-browser coverage.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -