Rodney Toliver wrote:
> In my attempts to attach two style sheets- one for Internet Explorer and one
> for other browsers- I have encountered a problem.
>
> Page: http://www.accd.edu/spc/distance/test/about.html 
> CSS(IE): http://www.accd.edu/spc/distance/test/style/iestyle.css 
> CSS(Other): http://www.accd.edu/spc/distance/test/style/glstyle.css 
Try this (assuming path)
<!--[if lt IE 7]>
<link href="../style/iestyle.css" rel="stylesheet" type="text/css" />
<![endif]-->
Might want to use a meaningful title for your document, and validate it. 
:-)
HTH
~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to