For some reason I am having a problem conditional CSS I write for specific browsers (IE 6 and 7) and some of the styling is changing in Firefox and Safari.
It appears that you actually have mozilla and safari specific code in your IE conditional css. I would start with getting the code right for Firefox and Safari and then only modify what is necessary in the IE conditional code.
I was aware that it was there and it shouldn't recognize the -moz and -webkit attributes. My problem is that Safari, Firefox and IE7 are inheriting the the png fix that I'm trying to use on the IE 6 style sheet.
For some reason I am having a problem conditional CSS I write for specific browsers (IE 6 and 7) and some of the styling is changing in Firefox and Safari.
Here is my head:
And here are the rules in the CSS that are in the IE6 style sheet that are carrying over
And here is what I want Safari, Firefox and any other non-piece of crap browser to use.
What am I doing wrong-o? Probably just a small mistake.