can I add a screen tip without a hyperlink to something?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want a similar feature in frontpage as the screen tip but I don't want it
connecting to a link...i.e.I want a rollover effect that I can display one
sentance about the rollover and it will close when the mouse moves out...Can
this be done?--

Jen
 
The javascript versions will give you an endless variety of effects;
however, it can also be done by using the 'title' attribute

Sample:
<p>This sentence will be normal, but <span title="hover text" style="color:
olive">this</span> word will stand out, and have hover text appear on
mouseover</p>
 
Back
Top