Problem with the hand cursor

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
zoltrix
Beginner
Beginner
Posts: 1
Joined: Wed Feb 11, 2004 8:49 pm

Problem with the hand cursor

Post by zoltrix »

I have two image in each of my sub menus... one on the top of my list menu and another on the bottom.

The problem... when i pass over it, it appears me a "hand cursor" when it's suppose to be a white arrow...

I have no link on them and no link also on a my images and rollover images that make my menu.. and there is an hand cursor...

Can you explain me why?

Thank you!
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

A little puzzled, a url would help and what browser are you using.

Do a search, there is a selection for hand, pointer etc.

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

Post by kevin3442 »

I assume the images at the top and bottom of the submenus are decoration only. You could make these menu items "headers". Header items are not meant to hav links and should therefore have no hand cursor. Like so:

Code: Select all

aI("image=yourimage.gif;type=header;");

If you have any text on the item, or any background showing around the image, you should also set headercolor and headerbgcolor in the menu style.

Another approach, which Maz referred to, would be to specify the pointer for each menu item. For example

Code: Select all

aI("image=yourimage.gif;pointer=default;");
or

Code: Select all

aI(""image=yourimage.gif;pointer=arrow;");
should render the white arrow for the particular menu item being defined.

Hope that helps,

Kevin
Post Reply