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:51

how can I make a cursor change on the menu?


Poster: slayter8
Dated: Friday December 19 2003 - 23:39:21 GMT

as stated, when I roll over to the menu items I want the cursor to change to crosshair, like it's done with the css... can someone plz help me with that? I am kinda newbie here... thx!
and what does that inclass style do? is it loading a specific css file?


Poster: kevin3442
Dated: Saturday December 20 2003 - 1:21:54 GMT

There's a property called pointer. It can be used as either a menu style property (affecting whatever menu ises that style), or as a menu item property, affecting only the individualy aI() menu items where it is used.

To set it in a menu style:
Code:
pointer="crosshair";

To set it in a menu item:
Code:
aI("text=whatever;url=whatever.html;pointer=crosshair;");

Hope that helps,

Kevin


Poster: slayter8
Dated: Saturday December 20 2003 - 17:22:57 GMT

yes yes ....
that works...
thanks very much, pal!!
:D :D :D