This tooltip is very simple and easy to implement. Just add the CSS styles to your page and use the code snippet below anytime you need a tooltip.
<p class="ToolText" onMouseOver="javascript:this.className='ToolTextHover'" onMouseOut="javascript:this.className='ToolText'">
This is the text that will cause the tooltip
<span> And this is the Tooltip's text </span></p>
Just copy the snippet and replace the text (or content) with your own.


Do you have something to say?
Then say it! NetBulge.com is devoted to web development. We are always looking for fresh and relevant ideas. If you are a web designer with a voice, this is the place to make it heard.
Join us! It almost felt like a joke finding out about this type of server packs after spending a couple of days working hard to setup my personal web server to test my PHP – MySql scripts. Reactor server comes with Apache, PHP, MySql, SQLite, phpMyAdmin, Nuke, etc, and all in an almost plug and play package. If you don’t have one of these in your PC, you better be asking yourself why. – The only draw back: about 38 MBs in size.
NOTE: This is ver1.2 that supports PHP 4. For the latest version visit their homepage.
Often people ask the same question: What is the best PHP book? - The answer is so simple they still go ahead and buy some book. Besides being one of the most thorough manuals ever written, the online PHP manual includes user comments adding greatly to its richness. This is the first and most important resource a PHP coder should have.
http://www.php.net/manual/en/