View Single Post
  #6 (permalink)  
Old Nov 11th, 2007, 10:03
Marc's Avatar
Marc Marc is offline
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
Re: Firefox ignores IE-Hack??

Try:
HTML: Select all
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="styles/ie6.css" />
<![endif]-->
That is suggesting that your stylesheet is in the styles directory. Also, what versions of IE do you want it to show in?
Reply With Quote