If you view it in both Chrome and FF, the difference is obvious. In Firefox, the “:before” and “:after” pseudo classes aren’t working properly. How can I fix this?
Edit: I need it to be cross-browser compatible. This version works in IE, but not FF: http://jsfiddle.net/tNg2B/13/
I basically removed the :before and :after, and added two more <span>‘s
If you are going to use CSS3, do it right. You can use gradients and rounded corners like this:
JSFiddle: http://jsfiddle.net/tNg2B/11/