emptypath
10-24-2003, 02:55 PM
hello all,
I am a newbie to javascript. I have encontered some problem with realative positioning in javascript. I try to put my drop down menu that in the top of the page. I tried some examples in the web, but still does not work. Your help and suggestion are truly appreciate. Here is my simple code:
<head>
<script language="JavaScript" src="menu.js"></script>
...........................
..........................
<script type="text/javascript">
var m1 = new var (Menu_one, Menu_two)
m1.initTop();
</script>
</head>
..
.<body>
.
<script language="text/javascript">
m1.init();
m1.show();
</script>
</body>
I am a newbie to javascript. I have encontered some problem with realative positioning in javascript. I try to put my drop down menu that in the top of the page. I tried some examples in the web, but still does not work. Your help and suggestion are truly appreciate. Here is my simple code:
<head>
<script language="JavaScript" src="menu.js"></script>
...........................
..........................
<script type="text/javascript">
var m1 = new var (Menu_one, Menu_two)
m1.initTop();
</script>
</head>
..
.<body>
.
<script language="text/javascript">
m1.init();
m1.show();
</script>
</body>