Hotspots and the title attribute

G

Guest

Hello,
I have a map of my neighborhood and was wondering if you could have
hotspots that open a new window, or a little text box popup. Someone said I
could do it with hotspots and the title attribute" How do I get the title
attribute.
Thanks,
Louis Johnson
 
M

Murray

Add it manually. Select the graphic, and add your hotspot. When you do
that you will see a field at the top of that panel called "Screen tip". Go
ahead and put your screentip info there. Then go into code view. Find
this -

<area alt="blahblah" href="javascript:;" shape="rect" coords="150, 20, 232,
43">

(or something like it)
and change it to this -

<area title="blahblah" href="javascript:;" shape="rect" coords="150, 20,
232, 43">

FP gets this one wrong. The alt attribute is NOT a screentip.
 

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