Kor Dwarshuis wrote: > I use a STRICT doctype that validates 100% XHTML and 100% CSS. > > I want to feed all Internet Explorers lower than IE7 a seperate stylesheet. > <snip> > > Does anybody understand what is going on here? I am lost... > > > Kor > > I do not understand what is going on anywhere. And I am more lost than you will ever be :-) . But, try this-- anyway (to feed styles |for IE 6 + IE5.5 + IE5.0)|:
<!--[if lt IE 7]> <link rel="stylesheet" href="css-ie.css" type="text/css" /> <![endif]--> Regards, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
