table menu falls off page - please help

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Ann Goodwin
Beginner
Beginner
Posts: 2
Joined: Tue Aug 14, 2007 10:54 pm

table menu falls off page - please help

Post by Ann Goodwin »

I have 3 menus on this page- it's the second menu on the left hand side that's the problem. If you resize the page using the corner drag control on your browser, the middle menu falls off the bottom of the page.

It is embedded in a table inside an "include" file - source below:

overflow="scroll";

(Above was problem line- removed the rest as it's moving within our site prior to official opening.)
Last edited by Ann Goodwin on Wed Aug 15, 2007 8:54 pm, edited 1 time in total.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

It took me awhile to find it, but it's the use of the overflow="scroll"; in the main menu. Remove that, and also remove the left=2; that may not be a problem but it won't do anything since the position is relative, so it's just going to be in the table. Just so you know, when you position a menu relatively, it will no longer accept things like top= and left= to shift it down and in a little.


Ruth
Ann Goodwin
Beginner
Beginner
Posts: 2
Joined: Tue Aug 14, 2007 10:54 pm

Post by Ann Goodwin »

Thank you very, very much- that worked! I spent hours on it- greatly appreciate your help!
Post Reply