You posted this same thread back in September here: http://groups.google.com/group/css-design/browse_thread/thread/48a3082fa5cea702/6e58a9f210f62e0d?lnk=gst&q=pkr#6e58a9f210f62e0d
You might want to continue it there if you are "serious" about fixing the problem. Seems suspect to me. Jamie On Tue, Jan 13, 2009 at 1:56 AM, pkr <[email protected]> wrote: > > 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] -~----------~----~----~----~------~----~------~--~---
