Ok, had some time, so here is a modified version of Balloon Tooltip that lets you hide any control on the page when the mouse moves over a particular link. For example:
Code:
<a href="http://www.dynamicdrive.com/style/" rel="balloon1" rev="test">Dynamic Drive CSS Library</a><br /><br />
<form id="test">
Pesky Form: <input type="text" size="25" />
</form>
<!--Sample corresponding tooltip-->
<div id="balloon1" class="balloonstyle">
<img src="shadetabs.gif" style="float: right; margin-left: 5px; border:1px solid black" />Original, practical CSS codes and examples such as CSS menus to give your site a visual boast!
</div>
Just insert a "rev" attribute inside the activating link with the ID of the element to hide as its value (ie: test). Attached is the modified .js file to enable this, plus a sample HTML page.
Bookmarks