Hover thumbnails?

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!!
 
T

Trevor Lawrence

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
 
T

Trevor Lawrence

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
 
P

P@tty Ayers

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.
 

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