I have created mypage.html that calls another, menu.html, that contains a cascading menu. Basically, I will have many pages calling the same menu.html file so that I only need to update this one file to change the menu on all pages.
I am using:
<object type="text/x-scriptlet" width="100%" height="100%" data="menu.html"></object>
to call the menu file. the contents of mypage.html display below the menu.
The problem: The page contents on mypage.html are over the drop down menus of menu.html.
Question: Is there a way to have menu.html always display on top?
menu.html also links to a .css file and a .js file if that matters.
Please help if you have any ideas how to get this working!!
I am using:
<object type="text/x-scriptlet" width="100%" height="100%" data="menu.html"></object>
to call the menu file. the contents of mypage.html display below the menu.
The problem: The page contents on mypage.html are over the drop down menus of menu.html.
Question: Is there a way to have menu.html always display on top?
menu.html also links to a .css file and a .js file if that matters.
Please help if you have any ideas how to get this working!!