<div style="background: url(images/350-The_Way_We_Were.jpg) no-repeat;"><img src="/images/trans_over.gif" width="350" height="254.117647059" border="0" alt="The Way We Were" title=" The Way We Were " width="350" height="254.117647059" class=""></div>
Can anyone see wht in IE the background image is not showing from under the transparent overlay?
This height: height="254.117647059 might be choking IE. I’ve never seen a height like this, and the string of figures behind the decimals is not only useless (no browser will render this as anything except as 254) but could well be throwing IE for a loop.
Also, because some file systems are persnickety, I never start a file name with a numeric character, but I don’t think that’s what’s causing your problem.
I’m wondering if the DOM in IE has changed because when you reload the page it hangs for a short moment stating waiting for this particular image and I’m wondering if the transparent overlay is rendered before the background image it hides the background? Or am I clutching at straws here?
This is an excerpt from the DOM so I don’t think the above is valid
<TD class="padding5" width="50%">
<BR style="LINE-HEIGHT: 15px" /><A href="http://www.angelgenie.com/product_info.php?cPath=1_6&products_id=1099">
<DIV style="BACKGROUND: url(images/350-The_Way_We_Were.jpg) no-repeat">
<IMG class="" title=" The Way We Were " border="0" alt="The Way We Were" src="http://www.angelgenie.com/images/trans_over.gif" width="350" height="254" />
</DIV>
</A><BR style="LINE-HEIGHT: 0px" /><SPAN style="PADDING-LEFT: 10px; COLOR: #393939; FONT-SIZE: 11px"><STRONG>The Way We Were</STRONG></SPAN><BR /><SPAN style="PADDING-LEFT: 10px"></SPAN><BR />
<!--br style="line-height:22px"-->
<SPAN></SPAN><BR />
<!--br style="line-height:23px"-->
<A style="PADDING-LEFT: 10px; FLOAT: left" href="http://www.angelgenie.com/product_info.php?products_id=1099"><IMG border="0" alt="" src="http://www.angelgenie.com/templates/theme053/images/buttons/english/small_view.gif" width="61" height="20" /></A> <A style="PADDING-RIGHT: 15px; FLOAT: right" href="http://www.angelgenie.com/index.php?cPath=1_6&page=4&action=buy_now&products_id=1099"><IMG border="0" alt="" src="http://www.angelgenie.com/templates/theme053/images/buttons/english/button_in_cart.gif" width="103" height="20" /></A><BR />
</TD>
<TD class="padding5" width="50%">
<BR style="LINE-HEIGHT: 15px" /><A href="http://www.angelgenie.com/product_info.php?cPath=1_6&products_id=243">
<DIV style="BACKGROUND: url(images/350-Racing_to_the_Future.jpg) no-repeat">
<IMG class="" title=" Racing to the Future " border="0" alt="Racing to the Future" src="http://www.angelgenie.com/images/trans_over.gif" width="350" height="230" />
</DIV>
</A><BR style="LINE-HEIGHT: 0px" /><SPAN style="PADDING-LEFT: 10px; COLOR: #393939; FONT-SIZE: 11px"><STRONG>Racing to the Future</STRONG></SPAN><BR /><SPAN style="PADDING-LEFT: 10px"></SPAN><BR />
<!--br style="line-height:22px"-->
<SPAN></SPAN><BR />
<!--br style="line-height:23px"-->
<A style="PADDING-LEFT: 10px; FLOAT: left" href="http://www.angelgenie.com/product_info.php?products_id=243"><IMG border="0" alt="" src="http://www.angelgenie.com/templates/theme053/images/buttons/english/small_view.gif" width="61" height="20" /></A> <A style="PADDING-RIGHT: 15px; FLOAT: right" href="http://www.angelgenie.com/index.php?cPath=1_6&page=4&action=buy_now&products_id=243"><IMG border="0" alt="" src="http://www.angelgenie.com/templates/theme053/images/buttons/english/button_in_cart.gif" width="103" height="20" /></A><BR />
</TD>
This is a CreLoaded shop and the height attribute is developed automatically by imagemagik in a function using ‘convert’ to size the background image, getting the width and height and orientation of the background image and to html size the transparent overlay then return the html string being used in the while loop calling the function and was working fine up until recently…
Problem is is that there are lots of images showing already with a transparent overlay just that as of yesterday on adding a new one it’s gone weird in IE.
And on a side note yeah I’m a servant to a small colony as well!!!