-
DHTML Tip Message
Please refer to:
http://dynamicdrive.com/dynamicindex5/popinfo.htm
Is there a way I could use these DHTML Tip Message on "simple words" instead of just "links" ???
For example if I want to define a in-context word in a webpage document, without having to write the definition on the document but just within the DHTML Tip Message.
-
-
It seems like you can just remove the href, so that this
<a onmouseout="htm()" onmouseover="stm(Text[14],Style[12])" href="#">title</a>
becomes this:
<a onmouseout="htm()" onmouseover="stm(Text[14],Style[12])">title</a>
that will make the anchor appear as normal text, but the tooltip still works.
-
The Following User Says Thank You to azoomer For This Useful Post:
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