description box on hover

vikesh

New Member
Hi,
I am using dreamweaver I would like to know how to get a description when you hover on image
Eg: if I hover on the F, image the descriprtion box should say facebook,
How to get that...can somebody help me in this ...


Thanks in advance
 
Last edited:

Janja

New Member
I believe, if you give the link a title you can achieve that also. It's not as elgant as the tool tip but faster:
<a href="facebook.html" alt="facebook" title="Facebook" etc...
 
Top