how can I make a cursor change on the menu?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
slayter8
Beginner
Beginner
Posts: 2
Joined: Sat Dec 20, 2003 12:34 am

how can I make a cursor change on the menu?

Post by slayter8 »

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?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

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: Select all

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

Code: Select all

aI("text=whatever;url=whatever.html;pointer=crosshair;");
Hope that helps,

Kevin
slayter8
Beginner
Beginner
Posts: 2
Joined: Sat Dec 20, 2003 12:34 am

Post by slayter8 »

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