Top menu drop downs are covered by the table below it

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
3d
Beginner
Beginner
Posts: 2
Joined: Wed Feb 23, 2005 4:31 am

Top menu drop downs are covered by the table below it

Post by 3d »

Please have a quick look at this page. I'm using CSS.
http://www.home-inspection-software-rev ... ndex2.html

My drop down menu is covered by the table below it... I want the menu to drop down over the table when I click on it. Thank you in advance for your assistance.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

In Safari the menu doesn't come up at all.

You've got the JS menu calls split up. Put them back together as they come in the download, as the first items after the body (which you don't have (!), nor have you closed the head).

Also, get the menu out of the div - it doesn't like that (your call is to a non-existant class, anyway).
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Are you saying they are dropping down 'behind' the table? Which browser are you using and what OS? You need to make the corrections as John noted, especially getting it out of the div.

Ruth
3d
Beginner
Beginner
Posts: 2
Joined: Wed Feb 23, 2005 4:31 am

Post by 3d »

I have fixed the problem using your suggestions. Thanks.
Post Reply