Rent a car today and get the best possible rates
CSS Conditional Comments |
| Published: March 12, 2007, 6:39 pm |
| Tags: web development, websites, css |
|
Conditional comments are Internet Explorer solutions for CSS issues. It let's you apply specific styles to a particular Internet Explorer version. This makes use of a special form of HTML comment that only Internet Explorer processes. Other browsers and the like will discard them. <link rel="stylesheet" type="text/css" href="styles.css" /> <!--[if IE]> <link rel="stylesheet" type="text/css" [ Full article ] |
|
|
No Comments...