[Javascript] Netscape 4

Andrew Gibson andyg at ihug.co.nz
Mon Oct 22 03:34:17 CDT 2001


I have to do a drop down menu that will work in NS 4.0 !

I'm trying to have a layer hidden as below....it hides the text in the link
ok, but when I hover the mouse over it, the cursor acts as if the link is
there and on clicking, takes me to the page!

It works ok  with  position:absolute

Andrew Gibson

<head>
<style>
#sub5
{ position: relative;
z-index:0;
visibility:hidden;
}
</style>
</head>
<body>

<div id="sub5">
<a href="#">My Link</a>
</div>

</body>




More information about the Javascript mailing list