I am trying to get a link to hover over an image, but it's not working in ie6 and ie7. Here is an image to explain it more...
Here is what I have so far...
Code:<div class="container"> <a href="#"><img class="hardlink" img src="image1.jpg" ></a> <a href="#"><img class="play" src="image2.jpg" ></a> </div>I'm stuck on this, any help would be awesome.Code:.container{float:left; line-height:25px; margin:3px; width:186px; height:126px; overflow:hidden} a img.hardlink{overflow:hidden; border:solid 3px #dbdbdb} a:hover img.hardlink{margin-bottom:-39px; border:3px solid #919191} img.play{text-align:right; position:relative; top:0px; float:right; right:3px} a:hover img.play{top:-39px}




Reply With Quote


Bookmarks