On Fri, Oct 22, 2010 at 10:11 AM, Sean K. Stewart <[email protected]> wrote: > Looking at the source I immediately noticed that you are not calling > the conditional comment correctly. Funny enough though, it is typed > correctly in the title of this post. > > Your code reads: > <!--[if lte IE 8](...)<!--> > > Correct code is: > <!--[if lt IE 8]>(...)<![endif]-->
Happens again here: <!--[if IE]><link rel="stylesheet" href="http://toki-woki.net/theme/css/ie-sucks.css?b" type="text/css"/><!--> Chances are you can screw this up once, but two incorrect CCs in one page probably does it. -- -- Christian Montoya mappdev.com :: christianmontoya.net -- You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en.
