I have an oddly specific error concerning CSS, Firefox and Windows.
Let me explain: I use
vertical-align:sub;
… and it displays correctly with Firefox on Linux and IE on Windows but not with Firefox and Windows. I use the same version of Firefox on both Linux and Windows.
Some pictures of the problem (sorry for the inconvenience but, I can’t post pictures or more than 2 links yet, so I have to do it like that):
http://www.mercuryproductions.de/kram/Errors.html
link to the page: http://www.sontag-consult.com/
If I fiddle around with the vertical-align I can get it to work with FF on Win, but it messes up the other combinations.
This is how I would do it:
CSS
Add this to your CSS file:
HTML
And this is what your HTML code should look like:
DEMO
BTW, it’s probably recommended that you use image sprites.
Updated:
Solution 1 (IMG tags):
CSS
HTML
Demo
Solution 2 (w/ image sprites):
CSS
Solution 3 (w/o image sprites):
CSS
HTML