Well I have this stylesheet but I want the images to pop up above the link (xy coordinates???) wherever it is located... Is this possible? Thank you in advance, Mike. The problem is visible in Opera but IE and FF work just fine...
css:
a span {display: none;}
a:hover span {display: block;
position: absolute; top: auto;
z-index: 100;}
link:
<a href="#">Card<span><img src="images/cards/firstcard.jpg" /></span></a>



Reply With Quote

Bookmarks