Posts Tagged ‘XHTML’
How to use style definitions specifically for specific MSIE versions Using Conditional Comments.
“Conditional Comments” (CC) are most commonly used to differentiating Cascading Style Sheets (CSS) rules intended for specific versions of Internet Explorer. Conditional comments are proprietary conditional statements interpreted by Microsoft Internet Explorer. Conditional comments have been available since MSIE 5 Windows and later (Mac IE doesn’t support them.). The most beneficial aspect of conditional comments [...]