Saturday, June 12, 2004
Mouseover the links
I added some links to the menu on the right. Move the mouse over the links to see a description - I did this using CSS and span tags inside the links. The CSS is pretty simple something like
a span {color: #000; display: none;}
a:hover span {display:inline;}
Then any SPAN tags inside the A tags will not be displayed unless the mouse is over the link.
Anyway, I think it's pretty neat.
a span {color: #000; display: none;}
a:hover span {display:inline;}
Then any SPAN tags inside the A tags will not be displayed unless the mouse is over the link.
Anyway, I think it's pretty neat.
Comments:
<< Home
Pip, you're links cover pretty much everywhere I surf go on my lunch break. Now all you need is a link to Dilbert.com --Jacquie
Post a Comment
<< Home