Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:43

Problem with the hand cursor


Poster: zoltrix
Dated: Wednesday February 11 2004 - 19:53:47 GMT

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!


Poster: Maz
Dated: Wednesday February 11 2004 - 21:23:15 GMT

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


Poster: kevin3442
Dated: Thursday February 12 2004 - 5:18:47 GMT

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:
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:
aI("image=yourimage.gif;pointer=default;");

or
Code:
aI(""image=yourimage.gif;pointer=arrow;");

should render the white arrow for the particular menu item being defined.

Hope that helps,

Kevin