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:03
Scroll Bar problems in version 5.60
Poster: gtl
Dated: Tuesday November 30 2004 - 17:41:17 GMT
After installing the 5.60 upgrade I have noticed a problem when an overflow situation creates a scrollable menu. The first viewing of the menu does not automatically size to the correct width and creates a left/right scroll bar to view the menu contents. Any subsequent viewing of the menu is correct. I have attempted to correct the issue by defining a submenu width for the "General" submenu but the error is still present even if I make the menu larger than the text content and graphic. I am using WinXP Pro service pack 2 and IE 6.
The site I am working on is http://www.fbclagrange.org. The scrollable menu issue is visable after clicking the "General" tab.
Any help would be appreciated.
Thanks,
Gerry[/quote]
Poster: Andy
Dated: Wednesday December 1 2004 - 12:06:56 GMT
Hi,
This problem has been solved in version 5.61 - A pre_release has been publised at http://www.milonic.com/menuvinfo.php
The final release may be publised later today once testing has been completed but it looks fine so far.
Cheers
Andy
Poster: Andy
Dated: Wednesday December 1 2004 - 12:12:21 GMT
Just noticed a couple of things.
You are missing some hash's for 2 of your color settings for style2. This will be a problem for Netscape and Mozilla browsers.
You need to change
Code:
oncolor="880000";
offbgcolor="880000";
offbgcolor="880000";
to
Code:
oncolor="#880000";
offbgcolor="#880000";
offbgcolor="#880000";
Hope this helps
Andy