insert and image without a link

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
crimin
Beginner
Beginner
Posts: 3
Joined: Tue Jan 27, 2004 8:21 pm

insert and image without a link

Post by crimin »

is it possible to insert a image into your menu that will not be consider a link i.e. the hand will not appear. I don't have a URL or a showmenu specified.

Thanks
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

I tried this and it worked with the cursor remaining just an arrow.

Code: Select all

aI("text=<img src=arrow.gif border=0>;");
Not sure if that's what you mean.

Ruth
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

How about using the built-in image property and making the menu item a header? That should eliminate the hand cursor, because headers aren't supposed to have links. Like so:

Code: Select all

aI("image=whatever.gif;type=header;");
Remember to set the headercolor and headerbgcolor in your style or in the menu item itself.

Kevin
crimin
Beginner
Beginner
Posts: 3
Joined: Tue Jan 27, 2004 8:21 pm

Post by crimin »

Thanks Kevin that worked perfect
Post Reply