Bubble Tool Tips for your Webpage.
Bubble Tooltips are an easy way to add (via a bit of CSS and javascript) fancy tooltips with a balloon shape to any web page.
Installation and customization of Bubble Tooltips is quite easy. They are composed mainly of four parts:
A small Javascript file of about 2Kb
A small CSS for their presentation
A single image in gif format for their graphics
Four lines of HTML in the head section of the page(s)
The javascript, the CSS and the image just need to be copied in the same directory of the page and the default presentation doesn't need changes. The lines that should be inserted in the head section are the following:
Code:
<script type="text/javascript" src="BubbleTooltips.js"></script> <script type="text/javascript"> window.onload=function(){enableTooltips()}; </script> A very important note: the CSS for the tooltips, named
bt.css is added dynamically by javascript only if the browser is found to be DOM-capable. If you're going to modify the file, just be sure to keep its name.
Bubble tooltips are unobtrosive and for browsers with bad DOM support or javascript disabled, the plain title of links will be displayed. Compatibility is quite good: they've been tested with success in IE5, IE5.5 and IE6 IE7 on Win, Opera 8.5, Safari 2.0 and Firefox 1.5. & 2.0
DEMO: http://www.tareeinternet.com/scripts...eTooltips.html Download: