Tuesday, January 13, 2004

[Imported from Blogdrive]JavaScript Hover Tooltips over Dropdowns

JavaScript MouseOver ToolTips and Internet ExplorerWe normally use JavaScript Tooltips and MouseOver DIV effects to show certain information when the user hovers the mouse over the particular hotspots  of the page. But we normally face the problem of our MouseOver effect getting back of certain type of controls like Dropdown, TextArea etc.

Of late, this had been a bit nagging issue with one of my pages and I was trying to make some workarounds like a hidden div and second stylesheet to make the control go back and it worked. Just I came across the following URL, which I hope would really be useful for many developers worldwide in a more elegant solution to this problem:

http://www.wwwcoder.com/main/parentid/36/site/2245/68/default.aspx

It uses a combination of the tricks that I have used like a DIV along with a IFRAME to achieve the purpose.
<!--
bd_ad_type = 'inline';
bd_ad_id = '29124';
//-->

 


        Posted at 12:11 pm by Deepak Kumar Vasudevan
 

 

Aruk January 13, 2004 &nbsp; 12:14 PM PST&nbsp;iframe is not supported by standard browsers. This code block is only suitable for IE.

 

  Original BlogDrive Post on Tuesday, January 13, 2004

No comments:

[Imported from Blogdrive]Online Virus Scanners

Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...