florida
12-19-2003, 02:54 PM
I have a call to a Pop up drop down menu Javascript that works great in my Netscape 4.77 and IE such as:
<html>
<head>
<script src="jshere.js"></script>
</head>
<body>
...
</body>
</html>
In my Netscape 7 browser it pops all the menus only in the upper left corner unless I call the javascript like this:
<script src="jshere.js"></script>
<html>
<head>
....
</head>
<body>
</body>
</html>
It works great when I call it like that but why is that?
Please advise why this is happening only with Netscape 7 where I have to call the Javascript before the html tags??
Is there a way to correct this??
<html>
<head>
<script src="jshere.js"></script>
</head>
<body>
...
</body>
</html>
In my Netscape 7 browser it pops all the menus only in the upper left corner unless I call the javascript like this:
<script src="jshere.js"></script>
<html>
<head>
....
</head>
<body>
</body>
</html>
It works great when I call it like that but why is that?
Please advise why this is happening only with Netscape 7 where I have to call the Javascript before the html tags??
Is there a way to correct this??