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.
Top menu drop downs are covered by the table below it
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).
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