david wrote: > James Gadrow wrote: >> david wrote: >>> Vicki Stebbins wrote: >>> >>>> ... >>>> <!--[if lt IE 7]> >>>> >>> Hmmm, that's saying "If you're IE version LESS THAN 7, pay attention to >>> this style." So IE6, IE5.5, IE5 are all seeing that style - while IE7 is >>> NOT. >>> >> What david's trying to say is use <!--[if IE7]> instead :p the 'lt' >> stand for 'less than' as david pointed out. > > Thanks, I couldn't remember the CC to target only IE7. #-/ >
There has to be a blank between "IE" and the version number. <!--[if IE 7]> <![endif]--> http://msdn2.microsoft.com/en-us/library/ms537512.aspx Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ 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/
