Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:06
Problems problems problems....
Poster: spileon
Dated: Friday May 12 2006 - 14:16:07 BST
Hi everybody,
I am a begginer web designer and i am using in the web site i am building a millonic menu. However I face a couple of problems.
First, I want to position my menu into a table cell so i write the following code:
Code:
<tr height="630" width="850" align="center">
<!--KENTRIKO MEROS - ARISTERA-->
<td height="630" width="90" style="border-right:solid" >
<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="http://www.milonic.com/">JavaScript Menus and DHTML Menus Powered by Milonic</a></noscript>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu_data.js"></script>
</td>
<!--KENTRIKO MEROS - ARISTERA-->
<td height="630" width="90" style="border-right:solid" >
<script type="text/javascript" src="milonic_src.js"></script>
<noscript><a href="http://www.milonic.com/">JavaScript Menus and DHTML Menus Powered by Milonic</a></noscript>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu_data.js"></script>
</td>
and the menu appears on the top of my screen ignoring totaly the table.
In the menu_data.js i set the top, left choices so to appear on the right place but when i change screen is not where i want to. Also, i tried to det position = "relative" and the menu went again on the top of the page!!!
I am so confused
PLEASE HEEEELP
Poster: Migru
Dated: Friday May 12 2006 - 14:32:44 BST
Hi
please see how to do it the correct way
Embedding the DHTML JavaScript Web Menu inside a Table Cell
http://www.milonic.com/tablemenu.php
hope this helps
Michael