Addressing all the browsers back to IE6 is quite challenging. Every browser supports different features of the specifications. Is there a guide on a safe subset of CSS which can be used across browsers (IE6,IE7,FF1,FF2,Safari,Opera)? That way I wouldn’t have to test my style sheets in 6 different browsers after every small modification – and adjust to their irritating quirks.
Addressing all the browsers back to IE6 is quite challenging. Every browser supports different
Share
Here is a valuable reference. http://www.quirksmode.org/css/contents.html
Also, for IE and select other browsers – conditional comments. http://msdn.microsoft.com/en-us/library/ms537512.aspx
I use them this way. I override any IE specifics.