Snorky
|
| Posted: 02/11/2003, 10:06 PM |
|
Hello,
I use a menu with pictures for linking to different pages.
I would like to have some explaning text displayed when the cursor goes over such a pictures. I think this should be done with javascript.
Can someone please explane to me what the best solution is.
Using CCS 1.07, apache, PHP, Linux.
|
|
|
 |
RonB
|
| Posted: 02/12/2003, 1:37 PM |
|
use the alt= tag:
<img border="" alt="click to go somewhere else" src="images/yourpicture.gif">
That will bring up the text "click to go somewhere else"when the mousepointer is over the picture.
Ron
|
|
|
 |
Snorky
|
| Posted: 02/18/2003, 5:22 PM |
|
Thx RonB,
Don't know what I was actually thinking.
The solutions are sometimes so simple.
|
|
|
 |
|