I have a JavaScript that has drop downs where it uses pluses and minuses to make the link expand or collaspe.
So for one of my collaspe link like this:
If I click on the link it will be like this:
It works great in IE and Netscape 7 but cant get it to work with Netscape 4 because it just stays expanded in Netscape 4 like this all the time:
It will not collapse.
Is there something in NS4 or a script out there that will collapse and expand the links using Netscape 4??
So for one of my collaspe link like this:
Code:
+myLinkHere
If I click on the link it will be like this:
Code:
-myLinkHere
nextLink
anotherLink
moreLinks
It works great in IE and Netscape 7 but cant get it to work with Netscape 4 because it just stays expanded in Netscape 4 like this all the time:
Code:
-myLinkHere
nextLink
anotherLink
moreLinks
Is there something in NS4 or a script out there that will collapse and expand the links using Netscape 4??