Hi all, I've been trying to emulate an effect that I saw on www.abum.com (*warning* content is NSFW)... where in the "Featured Media" section, there are four thumbnails. Upon hovering over each, you will be able to see that the description changes... I'm trying to achieve this effect with CSS, although some people said javascript would be easier. I'd like to use CSS to avoid unnecessary load time, but if javascript is the way to go, please show me the light!
It seems I am on the right path, although it isn't displaying how I'd like... you can see the page in question at: http://tinyurl.com/8f9dkf This is the code that I am using to achieve what I have so far, but as you can see, it is a little off from where I'd like it to be. CODE: #recommended a:link span, a:visited span { display: none; border: 0; } #recommended a:hover span, a:active span { display: inline; border: 0; } Anyone have any idea why this is happening? --~--~---------~--~----~------------~-------~--~----~ -- 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] -~----------~----~----~----~------~----~------~--~---
