-
Hover text - CSS?
Hi,
I have some links that I would like to display explanatory text when the user hovers over. I know I can use alt text or tooltips so that the text appears but I would like it to appear in a separate box (some of the text is quite long and not really suitable for the regular tooltip. When the user stops hovering the text should disappear again.
Is it possible to do this using pure css or does it involve javascript?
Thanks in advance for any help.
John
-
-
-
-
CSS styled <dl> definition lists
I think inspiration may lie somewhre in these sources:
http://www.webreference.com/programm...yle/index.html
http://www.alistapart.com/articles/cssmaps/
http://www.dynamicdrive.com/style/cs...gallery/#thumb
A <dl> definition list can have numerous <dt> definition term each <dt> can have more than one <dd> definition data/description.
Couldn't one of the <dd>'s (with a chunk on text) be styled with the CSS hover/span methodolgy?
a a:visited { position: RELATIVE; display: block; }
a SPAN { display: NONE; }
a:HOVER span { display: BLOCK; position: ABSOLUTE; [... etc ...] }
I myself am having an IE/Win problem with DD's CSS-imaage-gallery at http://chanit.com/gallery/index.html and am therefore in the midst of trying some such thing.
Last edited by auntnini; 03-02-2007 at 09:53 PM.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks