Archive for August 3rd, 2007
Conditional Comments in Internet Explorer
The standard way of including comments in HTML is by enclosing those between <!– and –> using which browser ignores the text and HTML markups enclosed therein.
Starting with IE 5 Microsoft came up with Conditional Comments that allow you to include text/html-code and use/ignore them for specific IE versions.
Read the rest of this entry »