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

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
 
M

Mike Mueller

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top