title=""

liunx

Guest
Is it possible to have the info from title="" stay up until the user mouses out?<!--content-->Originally posted by Ice3T <br />
Is it possible to have the info from title="" stay up until the user mouses out? <br />
I don't think so. It is not meant to stay long enough to read a book, just a short ID type of message.<!--content-->I don't think so either, but instead of using TITLE, there is a <SPAN> attribute (I forget what it is, Vladdy does though...) that creates a tooltip that is just a little bit different from the TITLE attribute but basically the same, and it stays there until you mouseout. Also, you can use JavaScript-tooltips instead, too. Even though both of the above suggestions may not work in all browsers, the second suggestion is probably more supported among different browsers.<!--content-->I'm sure vladdy wont mind me peddling his warez....<br />
<br />
<!-- m --><a class="postlink" href="http://www.vladdy.net/webdesign/WebDesign.html">http://www.vladdy.net/webdesign/WebDesign.html</a><!-- m --><!--content-->LOL I sure do not mind, however I'm pretty much done with the new version of tooltips code that is compatible with title attribute, easier to install and has a few new features:<br />
<!-- m --><a class="postlink" href="http://www.klproductions.com/KLToolTipsDemo.html">http://www.klproductions.com/KLToolTipsDemo.html</a><!-- m --><!--content-->This is what I use. You can position it where you want left, right, top. bottom. change colors. It remains visible as long as your mouse in it. Check it out<br />
<!-- m --><a class="postlink" href="http://www.bosrup.com/web/overlib/">http://www.bosrup.com/web/overlib/</a><!-- m --><br />
It is FREE, but you can donate if you want to.<!--content-->Neat thanks<!--content-->
 
Back
Top