Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTML file with a HTML file Positioning

Status
Not open for further replies.

Joules

MIS
Apr 25, 2001
28
US
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=&quot;text/x-scriptlet&quot; width=&quot;100%&quot; height=&quot;100%&quot; data=&quot;menu.html&quot;></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!!
 
Hi

<object type=&quot;text/x-scriptlet&quot; width=&quot;100%&quot; height=&quot;100%&quot; data=&quot;menu.html&quot;></object>


Why 100% width and height, try something like width 300, height 100 etc Just to see if it works.

Can you use SSI?? This would be a very easy alternative.






É

- :: my FIRST site in XHTML, comments/ criticism/ questions much appreciated!! :)
-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top