Help with screen tips

  • Thread starter Martin Peafur Longtyme
  • Start date
M

Martin Peafur Longtyme

I have seen some web pages that when you hover your mouse
over a Link it shows a picture with a description. I want
to do this but can only get the text (screen tip). I know
this will probably make the page downloading time
lengthen but I intend to only use a couple of pics and
they wont be high quality, probably a GIF if I can figure
it out. I have made a Excel Spreadsheet with links and
the screen tips and have converted it to a web page. Not
what I really want but will suffice for the present time.
Which is why I want to make a web page in Front Page and
put a little more pizzaz in it. I have seen the picture
and text (screen tip) done on the Staples web site(
usually with their sales circular)

http://instorespecials.staples.com/staples/circular_browse
_page_view.asp?rapid=26871&pagenumber=1&prvid=Staples-
031012&storeid=2278908&

Do I need something other than Front Page? Maybe
Dreamweaver? any suggestions to get me past this hurdle?
 
D

Destin_FL

Martin,
The greatest "tooltips" I know of and a really killer all-around website:

http://www.walterzorn.com

Tim


I have seen some web pages that when you hover your mouse
over a Link it shows a picture with a description. I want
to do this but can only get the text (screen tip). I know
this will probably make the page downloading time
lengthen but I intend to only use a couple of pics and
they wont be high quality, probably a GIF if I can figure
it out. I have made a Excel Spreadsheet with links and
the screen tips and have converted it to a web page. Not
what I really want but will suffice for the present time.
Which is why I want to make a web page in Front Page and
put a little more pizzaz in it. I have seen the picture
and text (screen tip) done on the Staples web site(
usually with their sales circular)

http://instorespecials.staples.com/staples/circular_browse
_page_view.asp?rapid=26871&pagenumber=1&prvid=Staples-
031012&storeid=2278908&

Do I need something other than Front Page? Maybe
Dreamweaver? any suggestions to get me past this hurdle?
 
A

Andrew Murray

Martin Peafur Longtyme said:
I have seen some web pages that when you hover your mouse
over a Link it shows a picture with a description. I want
to do this but can only get the text (screen tip). I know
this will probably make the page downloading time
lengthen but I intend to only use a couple of pics and
they wont be high quality, probably a GIF if I can figure
it out. I have made a Excel Spreadsheet with links and
the screen tips and have converted it to a web page. Not
what I really want but will suffice for the present time.
Which is why I want to make a web page in Front Page and
put a little more pizzaz in it. I have seen the picture
and text (screen tip) done on the Staples web site(
usually with their sales circular)

http://instorespecials.staples.com/staples/circular_browse
_page_view.asp?rapid=26871&pagenumber=1&prvid=Staples-
031012&storeid=2278908&

Do I need something other than Front Page? Maybe
Dreamweaver? any suggestions to get me past this hurdle?

You just put alt="your text" in your <a href> tags

Or, yes, in Frontpage or dreamweaver you can use the GUI to insert the text in
the "hyperlink" features of those packages
 
K

Kevin Spencer

Add a "title" attribute to any HTML element tag that you want to show a
tooltip for. This will have to be done in HTML view, as I don't believe
FrontPage supports this attribute natively. Example:

<input type="text" name="myTextBox" size="20" title="Enter your name here">

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 

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