Jamie,

I don't know what seems "suspect" about not finding a solution to a
problem. I am definitely "serious" about fixing this issue. It's been
4 months and I still haven't figured it out. Don't know how much more
convincing you need from me to persuade you that I want to fix it.

On Jan 13, 6:44 am, "Jamie C." <[email protected]> wrote:
> You posted this same thread back in September here:
>
> http://groups.google.com/group/css-design/browse_thread/thread/48a308...
>
> 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 onwww.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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to