Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Saturday, November 22, 2008

Thursday, July 24, 2008

Conditional statement for IE6

<!--[if lt IE 7]>
  <link rel="stylesheet" type="text/css" media="screen" href="other.css" />
<![endif]-->

lt - means "less then" - will link another css only for browsers less then IE7

Saturday, May 31, 2008