Problems problems problems....

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
spileon
Beginner
Beginner
Posts: 3
Joined: Fri May 12, 2006 2:05 pm

Problems problems problems....

Post by spileon »

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: Select all

<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="https://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
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Hi

please see how to do it the correct way


Embedding the DHTML JavaScript Web Menu inside a Table Cell

http://milonic.com/tablemenu.php

hope this helps
Michael
spileon
Beginner
Beginner
Posts: 3
Joined: Fri May 12, 2006 2:05 pm

Post by spileon »

You 're my hero... Thanks a lot
Post Reply