![]() |
|
#1
|
|||
|
|||
|
Hi Guys,
The default behaviour fo coolmenus is onmouseover it will select the menu item and the mouse pointer will be changed to hand symbol. I want to override this default behaviour in such a way that on mouseover the menu item should not get selected but i want mouse pointer to be changed to hand symbol. Can anyone help in finding the solution to this? Thanks and Regards, Prakash I am not a has been I am will be. |
|
#2
|
|||
|
|||
|
I can manage to do this by changing the below line in the cm_makeMenu: obj.c2=bgcoloron||prop1.bgcoloron||prop2.bgcoloron ; to if(text!='<label class=NavigationLineSeperator>|</label>') {obj.c2=bgcoloron||prop1.bgcoloron||prop2.bgcoloro n;} hence for my case if I add any menu separator that wont be get selected during the mouse over. Regards, Prakash. I am not a has been I am will be. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|