On Sep 4, 2008, at 12:52 PM, Jason Pruim wrote:

> Hi Everyone,
>
> So I am running into one of my first Conditional comment issues... I
> haven't had to work with it to this degree before so I'm a little lost
> and looking for some help.
>
> The website is: 
> http://www.raoset.com/dev/schreurprinting.com/p.php?purl=cssd-test
>
> The problem is the logo, it's using some transparency effects so I
> have the following code:
>
> <!--[if lte IE 6]><!-->
>       .noshow {display:none;}
>       <!--<![endif]-->
>       .floatright {float:right;}
>       .floatleft {float:left;}
>       </style>
>       
>               
>               <body>
>               <div class="wrapper">
>               <h1 id="banner">Welcome {$row['FName']}</h1>
>               
>               <div class="text">
>               
>               
>                       <!--[if lte IE 6]><!-->
>                                                       
>               <div style="position:relative; height: 105px; width: 206px;
> filter:progid:DXImageTransform.Microsoft.AlphaImageLoader 
> (src='http://www.raoset.com/dev/schreurprinting.com/media/spc.logo.new.png',sizingMethod='scale')
> ;">
>                       <!--<![endif]-->
>                               <img class="noshow" 
> src="http://www.raoset.com/dev/schreurprinting.com/media/spc.logo.new.png
> " width="250px" height="auto"></div>
>
> </body>
>
> Obviously not the entire page... but the problem I'm running into is
> from IE 7... It is not displaying the image as it does in safari, or
> firefox. If you go to the test page, I think you'll see what I mean..
> If not, I'll try and explain better.
>
> Anyone have a clue how to fix it?
>
> Thanks for looking!


Just after I sent this message I realized something I hadn't tried...  
So I tried it and now the logo displays, but there is a line at the  
top of the logo that is not supposed to be there... I think the  
problem comes from it displaying both the conditional comment image  
and the original image... Could that be?


--

Jason Pruim
Raoset Inc.
Technology Manager
MQC Specialist
11287 James St
Holland, MI 49424
www.raoset.com
[EMAIL PROTECTED]




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to