====== conditional coding for IE ====== ===== conditional styling ===== You need to do something different in css styling depending on the user having IE, or a specific version of IE. This is common because you may design to web standards, and only need small tweaks to make something work with IE. Use something like this in the HEAD of your page. ===== conditional page coding ===== You may also want other conditional things to occur within the page body.

===== External Links ===== * http://en.wikipedia.org/wiki/Conditional_comment