Hello and happy New Year on 2006 !!
I am sorry for my rather poor English.
Here is my probleme.
I wish only to show an image in a menu item without any hypertext link. However the mouse pointer stays with a small hand and when I click I can see void(0) in the status bar of internet explorer.
Here is a part of my menu_data:
with(milonic=new menuname("elevage")){
style=style1;
margin=2;
aI("text=Les Scottish-terriers;url=/scottie.php?lang=fr;status=Les Scottish-teriers;");
aI("text=Les Dobermann;url=/dobermann.php?lang=fr;status=Les Dobermann;");
aI("text=Toilettage;url=/toilettage.php?lang=fr;status=Toilettage;");
aI("text=In Memoriam;url=/inmemoriam.php?lang=fr;status=In Memoriam;");
aI("itemheight=80;image=/js_fr/elevage.jpg;");
}
By the way, i hope you will enjoy visiting my home page
thanks very much for your help.
Friendly
Bruno http://www.inglyber.com
image and url
-
- Beginner
- Posts: 2
- Joined: Wed Jan 04, 2006 4:32 pm
Hi,
Well, for IE it is, not sure about the others since I don't think that they can have messages put in the status bar, but if you put in status=your message here; then that is what will show in the status bar. I believe though that in other browsers it will still show the javascript void thing. That is a security issue, according to NN, FF and others, so that people actually see where the link is taking them.
Ruth
Well, for IE it is, not sure about the others since I don't think that they can have messages put in the status bar, but if you put in status=your message here; then that is what will show in the status bar. I believe though that in other browsers it will still show the javascript void thing. That is a security issue, according to NN, FF and others, so that people actually see where the link is taking them.
Ruth