Click to See Complete Forum and Search --> : dhtml in Header


fonrob
10-27-2006, 02:25 PM
Hi

can someone help me with putting my DHTML Menu in a header. is there a way to accomplish this. here is my test site it just puts the menu above the header.

http://www.fonrob.com/test/index.php

so_is_this
10-27-2006, 02:47 PM
If that DHTML menu is supposed to go where this text is shown:
your banner 800 X 100
then just move the following HTML:
<div align="center">
<table width="1000" border="1" cellspacing="0" cellpadding="0">
<tr>
<td height="75" colspan="3">
from where it is in your page, up to between these two tags in your page:
<body>
<script type="text/javascript" language="JavaScript1.2">

fonrob
10-27-2006, 04:57 PM
Thank you for the help it now works

so_is_this
10-27-2006, 05:30 PM
Excellent!

Salud!