i am trying to get a seapreat stylesheet for ie. and below is a code that i put in my website header but it dos't work.any one help me .
ThanksHTML Code:<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->
Printable View
i am trying to get a seapreat stylesheet for ie. and below is a code that i put in my website header but it dos't work.any one help me .
ThanksHTML Code:<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->
since your syntax is correct the only two issues I can think of are:
1. Are you sure you're using IE 6?
2. Are you sure the file name/path are correct? It's not supposed to be /ie6.css or /styles/ie6.css?
yes i am using ie6 and path is correct but i don't why it is not working
Is it placed after all other css content?
Are you testing in a real IE6 browser, not IE8 switched to IE6 mode?
What is the content of the css?