Click to See Complete Forum and Search --> : Portable Menu in Netscape


krzykard
08-07-2003, 04:23 PM
Please tell me that someone has figured out a way for this code to work in Netscape.
http://javascript.internet.com/navigation/portable-menu.html

Khalid Ali
08-07-2003, 05:14 PM
Here check this linkout..

http://68.145.35.86/skills/javascripts/StaticMenu.html
.

Exuro
08-07-2003, 05:30 PM
Try this:

<!-- Begin
function setVariables() {
if (navigator.appName == "Netscape") {
document.getElementById('object1').style.position="fixed";
v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";
}