Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   HTML question..... (http://www.velocityreviews.com/forums/t157181-html-question.html)

Blogga 02-17-2004 11:30 AM

HTML question.....
 
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


Kris 02-17-2004 12:27 PM

Re: HTML question.....
 
In article <4031fb6c$1@news1.veridas.net>,
"Blogga" <nothanks@getlost.com> wrote:

> 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.

--
Kris
<kristiaan@xs4all.netherlands> (nl)
<http://www.cinnamon.nl/>

Hywel Jenkins 02-18-2004 12:27 AM

Re: HTML question.....
 
In article <4031fb6c$1@news1.veridas.net>, nothanks@getlost.com says...
> 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.

--
Hywel I do not eat quiche
http://hyweljenkins.co.uk/
http://hyweljenkins.co.uk/mfaq.php

Blogga 02-21-2004 09:31 AM

Re: HTML question.....
 
> > 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.


<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





All times are GMT. The time now is 01:10 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57