Adjust the conditional comment, the <!--[If IE]> part. You can tell it
to only use that style sheet for IE7 or lower with:
<!--[if lte IE 7]><link rel="stylesheet" href="css/ie.css" type="text/
css"
media="screen, projection"><![endif]-->

Here's a primer on conditional comments: 
http://www.quirksmode.org/css/condcom.html

On May 26, 9: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.
>
> For example on page (http://film.com.tr/) there is a black line
> appearing under red header section. That black line doesn't appear on
> safari, firefox, ie6 and 7. If i remove ie.css than this black line
> disappears.
>
> Does anyone have similar problems with IE8?
>
> Thanks

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