Jump to content

Thumbnail inlarge problem


emediastudios

Recommended Posts

I have this code that works great except for one thing.

It doesnt load the large image on the top layer, thumbnails show on top.

 

This is my CSS

<style type="text/css"> 
#imgmenu {position:relative; top:0px; left:0px; width: auto; background-color: #FFFFFF;  border:solid 1px #FFFFFF} 
#imgmenu .p1 {display:block; width: auto; height: auto; text-decoration:none; background: #FFFFFF; top:0; left:0; border:0;} 
#imgmenu .p1:hover {text-decoration:none; background-color: #FFFFFF; color:#000;} 
#imgmenu .large {
width:0;
height:0;
border:0;
top:0;
left:0;
z-index: 601;
visibility: visible;
float:left;
} 
#imgmenu .p1:hover .large {display:block; position:absolute; top:-85px; left:50px; width: auto; height: auto; border:3px solid #FFFFFF;} 
#info {z-index:500; height:22em;} 
</style> 

 

This is my thumnail code

<td><div id="imgmenu"> 
<a class="p1" href="#nogo" title="thumbnail image"><img src="/emma/photography/babies/Ralph3.jpg" alt="Thumbnail image" border="0" title="Thumbnail image" / ><img src="babies/big/Ralph3.jpg" alt="Enlarged view of image" name="info" class="large" id="info" title="Enlarged view of image" /></a> 
</div> </td>

 

I have tried using z index and it doesnt work ???

Link to comment
https://forums.phpfreaks.com/topic/106726-thumbnail-inlarge-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.