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]-->

Sean K. Stewart
www.seankstewart.com

On Oct 22, 9:12 am, Quentin <quenti...@gmail.com> wrote:
> Well, I just disabled the conditional comment because the site was
> blank on IE9...
> Really wonder what's happening!
>
> On 22 oct, 14:59, Quentin <quenti...@gmail.com> wrote:
>
> > Hey there!
> > Blueprint uses a conditional comment to call ie.css which is meant to
> > fix IE bugs, cool...
>
> > But on my site (http://toki-woki.net, any page) adding this call
> > breaks everything, and the pages looks blank (on IE8)!
>
> > I tried to find (in ie.css) what was causing trouble, but couldn't,
> > and even with an empty ie.css, every page looks blank!
> > So I guess there's an issue with the ie.css call and/or my markup, but
> > can't find anything.
>
> > Ever heard of something like this?
> > Got tips?
>
> > Thanks!
> > ps: I currently changed the condition to [if lte IE 8] (notice the e,
> > for "equal") to prevent this weird behavior.

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to blueprint...@googlegroups.com.
To unsubscribe from this group, send email to 
blueprintcss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to