Mouseover tooltip on HTML dropdown list

liunx

Guest
Hi,<br />
<br />
I need to create a mouseover tooltip messege on an HTML dropdown. Just wondering whether option tag supports a mouseover tooltip or not. If not then what is the alternate way ? Is it possible to use DHTML with the same feel and look of the standard HTML drop down.Any pointers on this will be higly appreciated.<br />
<br />
-Shamik<!--content-->If you're after what I think you're after then just use:<br />
<br />
<span title="Your tip message"></span><br />
<br />
When the mouse hovers over whatever is surrounded by the span tags (in this case sections of your menu) , the message you give will appear.<!--content-->
 
Back
Top