Hi. I'm not sure if HTML is how this can be done, but here's what I'd like to do. I have 5 images. They are all linked to dif pages. I would like on "hover" over a specific image, the name of that link (the name of the page) to be displayed in a box below. How can i do this?
Maybe I'm not to good at explaining, so here's a link:
<div class="imglinks">
<a href=""><img 1><span> The name of page1</span></a>
<a href=""><img 2><span> The name of page2</span></a>
<a href=""><img 3><span> The name of page3</span></a>
<a href=""><img 4><span> The name of page4</span></a>
<a href=""><img 5><span> The name of page5</span></a>
</div>
If you don't add a border-color to the a:hover the poup fails to appear. And no, you don't actually need a border... just a color..
Very logical isn't it
Anyway, that fixes it in IE 6 (and IE 5.5 IIRC, nag at me it if doesn't, don't feel like rebooting right now to try it out)
Bookmarks