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

Menu width changing in Firefox, Mozilla after... [Solved]


Poster: mfrie01
Dated: Friday July 15 2005 - 17:59:35 BST

I noticed that release 5.728 has a fix relating to changing menu width with Mozilla-based browsers. I have a problem with the menu "contracting" when returning from print preview. The menu is set relative and in a fixed-width table. There's no problem with Explorer 6, and if you hit refresh with the others the screen repaints properly.

You can view the problem by going to:
http://www.cowlesgraphicdesign.com/vista/solutions/solutions.html and then choosing print preview from your browser menu. When you close the preview window you'll see that the menu has collapsed. Refresh the page and all is well.

Thanks,
Michael


Poster: John
Dated: Sunday July 17 2005 - 21:56:14 BST

I'm not seeing that in Firefox/Mac. Probably because the main window remains and is not replaced by the preview.

Somebody else will have to try Win, at least until I get back in the office.


Poster: Ruth
Dated: Monday July 18 2005 - 0:20:25 BST

Hi Michael,

Yes it is doing it on a PC. I figured the solution. You need to specify a menu width, it has something to do with it being in the table and being aligned right. But, if you specify menuwidth=690;
Code:
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
menuwidth=690;
then it will not shift smaller. I think 690 is about what you need to keep it looking in the same place it is now.

Ruth


Poster: mfrie01
Dated: Monday July 18 2005 - 3:35:00 BST

Ruth,

Once again you've come through. You're the bomb!

Thanks so much,
Michael