text box

A

Amy

How do I add a pop up text box that comes up when you scroll over exisisting
text on a page. For example I have a list of company names and for each
company name I would like to have a pop up or drop down box that shows their
contact information when you scroll over the name. Is this possible in Front
Page? If not, do you know of a safe place to download the plug in or
software to do this?
 
S

Steve Easton

You can do this with a span tag that contains a title tag.
Copy and paste this into a page, save it and then preview in browser and hover over company name:

<p><span title="Some text here" >Company name</span></p>

However, it will only display for a few seconds.

The best way would be to display a container with visibility set to hidden, using a javascript
onmouseover to switch visibility to visible and onmouseout to switch it back.


--

Steve Easton
Microsoft MVP Expression Web
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 

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