image and url

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
www.inglyber.com
Beginner
Beginner
Posts: 2
Joined: Wed Jan 04, 2006 4:32 pm

image and url

Post by www.inglyber.com »

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
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Take a look at the item properties link below my name. You want the information for pointer when you get there. You can specify what the pointer will be.

Ruth
www.inglyber.com
Beginner
Beginner
Posts: 2
Joined: Wed Jan 04, 2006 4:32 pm

Post by www.inglyber.com »

hello,
many thanks for your answer.
The pointer can be changer, it resolves one of my problem but is it possible to avoid having the message javascript:void(0) in the status bar.
thanks
bruno
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
Post Reply