Home > Archive > PHP Language > October 2004 > hot spot php code
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| gary thomson 2004-10-26, 8:55 am |
| Hi,
Is there a way to display text in a section of a web page merely by
hovering over a (text) link?
Would it vary too far from user expectations to have clicking the link
*not* do anything? So the link is then just a hotspot which will
display text in another part of the page.
Hope you can get my drift here. Any advice/pointers to code which will
accomplish this much appreciated.
TIA,
Gary Thomson
| |
| Richard Grove - ®ed Eye Media 2004-10-26, 3:56 pm |
| "gary thomson" <gary_thomson@yahoo.com> wrote in message
news:be9f1f75.0410260257.45cf9d1c@posting.google.com...
> Hi,
>
> Is there a way to display text in a section of a web page merely by
> hovering over a (text) link?
>
> Would it vary too far from user expectations to have clicking the link
> *not* do anything? So the link is then just a hotspot which will
> display text in another part of the page.
>
> Hope you can get my drift here. Any advice/pointers to code which will
> accomplish this much appreciated.
>
> TIA,
>
> Gary Thomson
See a Javascript group.
This is an easy task.
Regards
Richard Grove
http://www.shopmaker.co.uk - Ecommerce Shop Systems
| |
|
|
"Richard Grove - ®ed Eye Media" <info®redeyemedia.co.uk> wrote in message
news:417e4d23$0$87823$65c69314@mercury.nildram.net...
> "gary thomson" <gary_thomson@yahoo.com> wrote in message
> news:be9f1f75.0410260257.45cf9d1c@posting.google.com...
>
>
> See a Javascript group.
> This is an easy task.
>
also look at css :hover
|
|
|
|
|