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
Post a Comment