View Single Post
Old 07-18-2012, 09:26 PM   PM User | #1
homph
New to the CF scene

 
Join Date: Jul 2012
Posts: 6
Thanks: 3
Thanked 0 Times in 0 Posts
homph is an unknown quantity at this point
image wrap in IE9

Hi,

I have an issue that appears in IE9, but not in Firefox. I have an image which is part of a table. It has a onmouseover applied to as well as being a link to a lightbox slideshow. The image appears to wrap itself around the bottom when displayed in IE9

A snippet of the code is shown below:

Code:
<TABLE width="939" height="139" border="0" cellspacing="0" cellpadding="0" vAlign=top align="center">
<TR>
	<TD  background ="1cl.gif" width="61" height="139" BORDER="0" vAlign=top >
	</TD>

	<TD width="141" height="139" background="art.gif" 	vAlign=top onclick="dhtmlHistory.add('location1',	{message: 'backbox'});countdown()">

	<P><A onmouseover="filter('e','image5a')" 	onmouseout="filter('e','image5')" href="Lady B&W.gif" 	rel="lightbox[slide]">
	<IMG 	border=0 name=e src="http://www.justin-slater-		photography.com/art.gif" width=141 height=139>	</A>
		
		<a href="Lady B&W.gif" rel="lightbox[slide]" 			title="Dros Ryddid">	
		</a>
		<a href="Colours.gif" rel="lightbox[slide]" 			title="Colours">
		</a>			
		<a href="Night Oak.gif" rel="lightbox[slide]" 			title="Night Oak">
		</a>	
		<a href="Port.gif" rel="lightbox[slide]" 				title="Port">
		</a>	
		<a href="Pylon.gif" rel="lightbox[slide]" 				title="Pylon">	
		</a>
		<a href="light.gif" rel="lightbox[slide]" 				title="Autumn Rays">
		</a>
		<a href="Curve.gif" rel="lightbox[slide]" 				title="Curve">
		</a>
		<a href="Lady.gif" rel="lightbox[slide]" 				title="Dros Ryddid">
		</a>
		<a href="Hafod Sky.gif" rel="lightbox[slide]" 			title="Hafod Sky">
		</a>
		<a href="Spiral.gif" rel="lightbox[slide]" 				title="Spiral">
		</a>
		<a href="waxone1.gif" rel="lightbox[slide]" 			title="Wax">
		</a>
		<a href="Draig.gif" rel="lightbox[slide]" 				title="Draig">
		</a>
		<a href="Colour Shape.gif" rel="lightbox[slide]" 			title="Colour Shape">
		</a>
		<a href="Cab.gif" rel="lightbox[slide]" 				title="Cab">
		</a>
		<a href="Orange.gif" rel="lightbox[slide]" 				title="Orange">
		</a>
		<a href="Cannon Light.gif" rel="lightbox[slide]" title="Cannon Light">
		</a>
		<a href="Colour Block.gif" rel="lightbox[slide]" title="Pillar">
		</a>
		<a href="Apple.gif" rel="lightbox[slide]"				title="Afal">
		</a>
	</p>
	</TD>
Sorry if my code is appears all over the shop !
homph is offline   Reply With Quote