HTML question.....

B

Blogga

When using a map for links in a picture, how do you get the status bar to display text?
In a standard link its as easy as typing "on mouse over" but this doesn't work in mapped links. Can anyone help?

Thanks in advance
 
K

Kris

Blogga said:
When using a map for links in a picture, how do you get the status bar to
display text?
In a standard link its as easy as typing "on mouse over" but this doesn't
work in mapped links. Can anyone help?


Why do you want to control information in a part of the browser that is
off limits to web authors? It is my status bar and it indicates where
links go so I will know to click it or not. That is what most people
think if they care for looking at the status bar. Those who don't look
at it have no deal with the info you try to display there in the first
place.

If you want to add optional explanatory information to a link, use the
TITLE attribute.
 
H

Hywel Jenkins

When using a map for links in a picture, how do you get the status bar to display text?
In a standard link its as easy as typing "on mouse over" but this doesn't work in mapped links. Can anyone help?

onmouseover - and it does work. Give a URL of your sample code.
 
B

Blogga

When using a map for links in a picture, how do you get the status bar
to display text?doesn't work in mapped links. Can anyone help?
onmouseover - and it does work. Give a URL of your
sample code.

<area shape="rect" coords="5, 19, 66, 86" href="check.html"
onmouseover="window.status='View this page';return true;"
onmouseout="window.status='You are here';return true;"
style="text-decoration: none">

This is what I have been using and it dosn't work
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top