Hover thumbnails?

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

Guest

What is the name of the feature where you can hover text, photo, etc. and a
thumbnail will "pop up" in a new window? Is this feature available on
FrontPage 2003? Thanks!!
 
April said:
What is the name of the feature where you can hover text, photo, etc. and
a
thumbnail will "pop up" in a new window? Is this feature available on
FrontPage 2003? Thanks!!

Possibly the easiest way is to use a title="something" in the tag

E.G.
For an image
<img src="........." title="something">
For text
<p title="something">some text here</p>

If you don't want to use a para tag (<p>), use <span title="something">some
text here</span>.

But I wonder what you want to appear in the "pop up". For just text, this
method works fine.

To add these tags, use Code or HTML view and just type in the code
 
P@tty Ayers said:
He said that he wanted a thumbnail to appear.

But he also said he wanted it to appear when hovering over a photo etc, from
which I inferred that a thumbnail is what he is hovering over already.

So I read
"Hover over a thumbnail and a thumbnail is to appear." Confusing - at least
to me
 
Trevor Lawrence said:
But he also said he wanted it to appear when hovering over a photo etc,
from which I inferred that a thumbnail is what he is hovering over
already.

So I read
"Hover over a thumbnail and a thumbnail is to appear." Confusing - at
least to me

I see your point - it's pretty much impossible to tell what she wants.
 
Back
Top