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

Getting a non navigational image to not have the hand cursor


Poster: schnipps
Dated: Thursday January 26 2006 - 12:05:28 GMT

Hi
Creating a site and the nav is centred on the page. All is fine the only problem is the right hand side image "buttonsright" doesnt need to link anywhere as its just an image. However I need it in the milonic element as if i take it out the other buttons just all move into the centre of the page. So at the moment I have this

with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top="offset=93";
left=0;
screenposition="top;center"
alwaysvisible=1;
orientation="horizontal";
aI("showmenu=companyprofile;image=../global/images/compprofile.gif;");
aI("showmenu=news;image=../global/images/news.gif;");
aI("showmenu=marketspaces;image=../global/images/marketspaces.gif;");
aI("showmenu=infocentre;image=../global/images/infocentre.gif;");
aI("image=../global/images/buttonsright.gif;");
}

The attribute in bold above i just want to remain where it is but i DONT want the link/finger cursor to appear when hovering over it. Is there any way to disable this for this image?


Poster: schnipps
Dated: Thursday January 26 2006 - 12:45:39 GMT

Trying this but its stops the whole image working


aI("pointer=arrow; image=../global/images/buttonsright.gif;" );


Poster: vikenk
Dated: Thursday January 26 2006 - 13:23:13 GMT

Try "pointer=default"

Viken K.


Poster: schnipps
Dated: Thursday January 26 2006 - 15:04:47 GMT

vikenk wrote:
Try "pointer=default"

Viken K.


Thanks that works spot on, the "arrow" worked in IE but not in Firefox, that works in both.


Poster: Ruth
Dated: Thursday January 26 2006 - 16:00:40 GMT

Hi,

Try changing the type of aI string it is to header.


Code:
aI("image=../global/images/buttonsright.gif;type=header;");


Poster: vikenk
Dated: Thursday January 26 2006 - 23:33:34 GMT

Ruth wrote:
Hi,

Try changing the type of aI string it is to header.


Code:
aI("image=../global/images/buttonsright.gif;type=header;");


Now that's great to know! I had to tinker around with "pointer=default" in order to get that effect.

Way to go, Ruth.