CSS3 webkit fading in a tooltip.
Posted
by Kyle Sevenoaks
on Stack Overflow
See other posts from Stack Overflow
or by Kyle Sevenoaks
Published on 2010-03-26T14:08:42Z
Indexed on
2010/03/26
14:13 UTC
Read the original article
Hit count: 724
HI, I've just been experimenting with a CSS tooltip that fades in with CSS3's transitions.
I've got it working up to a point, but for some reason, when I hover over where it's meant to be, it activates, even though it's positioned left:-999px;
.
So basically, what am I doing wrong/is what I was going for possible? (Note I don't want to do anything with JS/JQuery, was just curious to see if I could do it in CSS)
You can see and play with it here.
© Stack Overflow or respective owner