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

Top Padding on Safari


Poster: erik_c
Dated: Monday August 7 2006 - 23:17:51 BST

I have a multi-frame page that works fine in all browsers except Safari. When I open a menu in Safari, it positions some of the menus with some padding on the top, so the user can't easily mouse to the menu. The far-left menu looks right, so I'm not sure what the difference is between it and the others.

I have set up a basic example at http://fs2.formsite.com/prods/milonicTest/


Poster: erik_c
Dated: Wednesday August 9 2006 - 16:04:45 BST

I have found the issue with this. Safari wants to render milonic's subimage parameter even if it isn't there.

with(menuStyle=new mm_style()){
...
//subimage="/images/arrow.gif";
//subimagepadding="0";
}

When I change those lines to:
with(menuStyle=new mm_style()){
...
subimage="/images/1x1clear.gif";
subimagepadding="0";
}


Safari will render the menu in the proper position. IE and Firefox do it right no matter what, but Safari seems to be leaving a placeholder for the subimage.


Poster: Ruth
Dated: Wednesday August 9 2006 - 19:26:24 BST

Hi,

You could try removing the parameter for the subimage from your style since you are not using it. If it's not there then Safari shouldn't try and leave a space for it.

Ruth