Ah-ha, yeah I missed the fact it relied on the <a>'s. Although the suggestion would work - it just wouldn't work in IE6.
Did the original poster state he wasn't able to use JavaScript at all? If not, then perhaps a minimalist JS approach - something like the superfish or suckerfish script, to essentially fake the :hover pseudo on elements other than <a> tags. http://www.htmldog.com/articles/suckerfish/dropdowns/ Paulo Diovani wrote: >> My suggestions would be to put all the images in a row, then all the >> hidden spans in a row after. Then when you hover over the image, the >> text will appear below all the images, rather than just the ones before it. >> >> Does that make sense? >> > > No it, doesn't. > If he place the images on a row and the hidden <span> elements on > another, he can't show then with a:hover (they need to be nested to > the <a>s). > What you suggested would only work with a scripting language (Javascript, > ...). > > > > --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
