I am working in Firefox (a standards compliant browser, right?), and my page looks fine in Google Chrome, and IE 9 (don’t know about Safari), but a few aspects of my page go quirky in Opera. So, in IE 8 thru 6, I can use the [if lte IE8] tags, but is there anything similar for these “standards compliant” browsers (Opera in specific). And yes, I do have the latest version of Opera.
I am working in Firefox (a standards compliant browser, right?), and my page looks
Share
Conditional comments (e.g. [if lte IE8]) only apply to IE and to do any other kind of browser or feature detection you would need JavaScript.