Log in

View Full Version : CSS Chrome dropdowns out of place



tedmi
09-23-2009, 04:33 PM
Dropdown menus work fine on this home page: www.pac1944.org
But there is too much white space above the menu bar, so I wrap everything below the search form in
<div style="position:relative; top:-30px">
The menu bar & content move up as desired, but the dropdowns are wildly out of place - the rightmost one is even partially offscreen. See the effect here: www.pac1944.org/Tem2Menu.htm
Identical results in IE8, FF 3.5, Opera 9.64, Google Chrome 3
How can I change the CSS or the JS to correct this?

Thanks.

tedmi
09-23-2009, 04:55 PM
Found a solution in a reply to an earlier post.
The divs for the dropdowns must be directly in <body>, not any other container.

mdbiker
10-07-2009, 05:06 PM
what do you mean the dropdown divs should be directly under the body .... i have used them in tables no problem .... but now i have a situation where i cannot seem to control their location.

the menu is where it should be and i thought the dropmenudiv would position the dropdowns but it doesn't seem to have an effect ... any ideas?

davelf
10-08-2009, 01:03 AM
your link not found, give us another link or your code.