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/vist ... tions.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
Menu width changing in Firefox, Mozilla after... [Solved]
Menu width changing in Firefox, Mozilla after... [Solved]
Michael Friedlander
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; 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
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: Select all
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
menuwidth=690;
Ruth