Forum Moderators: not2easy
Rather than code CSS / browser "hacks". I try to keep it simple and just not use CSS parameters if they don't render the same in popular browsers.
I know that eliminates a lot of fancy stuff that can be done -- but the last thing I want to do is be forced to redesign a site because MS fixes (or breaks) something in an update.
A simple test is to use the "Text Size" setting on a browser. Increase and decrease the text side and see if your design holds up --- if this simple change drastically affects the layout, you need to rethink the design.
(And welcome to WebmasterWorld!}
Internet Explorer Conditional Comments StyleSheet
I'd post a link to the tutorial I've been working on but I'm not sure if it's allowed (I'll ask an admin first).
However I think it would be safe to post this link to get you started...
[msdn.microsoft.com...]
- John
The first thing to check is what doctype you are declaring on your page. When working with CSS, you must always use a doctype which triggers "Standards-Compliance Mode" in modern browsers. Try the full version of either the HTML 4.01 Transitional or HTML 4.01 Strict doctypes: see this guide to choosing a doctype [webmasterworld.com] and Quirks Mode vs. Standards Mode - overview [webmasterworld.com] for more information. :)