You can also modify the conditional comments to target only IE 7 and below.
("lte" means Lesser Than or Equal to)

<!--[if lte IE 7]>

Code and explanations found on http://www.quirksmode.org/css/condcom.html

I haven't installed IE8 yet, but if it doesn't need all the fixes in ie.css
maybe the above code should become the default.

On Wed, May 27, 2009 at 12:10 AM, David Merrick <[email protected]>wrote:

>
> Try using a seperate css style for IE6,7 & 8.
>
> On Tue, May 26, 2009 at 6:17 AM, Bilgehan <[email protected]> wrote:
> >
> > Hi,
> > I am using blueprint css framework. My site looks fine on Safari,
> > Firefox and IE7 but on IE8 some pages are broken. If i remove <!--[if
> > IE]><link rel="stylesheet" href="css/ie.css" type="text/css"
> > media="screen, projection"><![endif]--> than things are okey with IE8
> > but not with IE 6 and 7. I tried x-ua-compatible switch but it didn't
> > help either.
>

-- 
Goulven Champenois

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

Reply via email to