epounce
11-15-2010, 12:29 PM
1) Script Title: All Levels Navigational Menu (v2.2)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm
3) Describe problem:
Using side menus:
The sub-menu block is not against the main menu block when the full sub-menu list (many items) causes the page scroll bar to appear. So moving the cursor to it is "difficult"!
Test page: [ICODE]http://test.b-b-a.co.uk/user/menu-test.php[ICODE]
The "Fashion & Lifestyle" entry has the longest list but other show the effect depending on the browser page height. (adjust the page height so that the scroll bar is not showing.)
I suspect it is to do with:-
"The CSS class "ddsubmenustyle" added to the drop down menu above styles it so it's absolutely positioned and hidden initially on the page."
Unfortunately the page then adjusts itself (sideways - centering) to allow for the scroll bar to appear.
The test page is cut down to show the problem - some of the css has been incuded in-line.
The [ICODE]<div id="wrap-main"> has an: margin:0 auto;[ICODE]
But the problem (via causing the page scroll bar to appear) only occurs once the [ICODE]<div id="header">[ICODE] is included.
I am way over my head in this. Is there some thing that can fix this or is it a bug (timing issue?)
My thought was to force a very long page so that the scroll bar is always there!
Regards
Eddie
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm
3) Describe problem:
Using side menus:
The sub-menu block is not against the main menu block when the full sub-menu list (many items) causes the page scroll bar to appear. So moving the cursor to it is "difficult"!
Test page: [ICODE]http://test.b-b-a.co.uk/user/menu-test.php[ICODE]
The "Fashion & Lifestyle" entry has the longest list but other show the effect depending on the browser page height. (adjust the page height so that the scroll bar is not showing.)
I suspect it is to do with:-
"The CSS class "ddsubmenustyle" added to the drop down menu above styles it so it's absolutely positioned and hidden initially on the page."
Unfortunately the page then adjusts itself (sideways - centering) to allow for the scroll bar to appear.
The test page is cut down to show the problem - some of the css has been incuded in-line.
The [ICODE]<div id="wrap-main"> has an: margin:0 auto;[ICODE]
But the problem (via causing the page scroll bar to appear) only occurs once the [ICODE]<div id="header">[ICODE] is included.
I am way over my head in this. Is there some thing that can fix this or is it a bug (timing issue?)
My thought was to force a very long page so that the scroll bar is always there!
Regards
Eddie