This is telling you that IE8 is finally standards complient (or significantly more so) and that workarounds needed for IE6/7 implemented in an extra 'IE.CSS' stylesheet are not needed for IE8. You need to change your conditionals to specifically test for IE 6, IE 7 and serve up the extra style sheet only to those versions.
----- Original Message ----- From: "Bilgehan" <[email protected]> To: "Blueprint CSS" <[email protected]> Sent: Tuesday, May 26, 2009 7:17 AM Subject: [BP #3014] Problem with internet explorer 8 > > 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 > > -------------------------------------------------------------------------------- No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.339 / Virus Database: 270.12.39/2133 - Release Date: 05/25/09 08:16:00 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
