/    Sign up×
Community /Pin to ProfileBookmark

Portable Menu > Mozilla?

I have a question concerning the “Portable Menu” [url]http://javascript.internet.com/navigation/portable-menu.html[/url] you offer on this site.
It seems to work well with IE but not with Mozilla. Could anybody tell me how to make it work with Mozilla?

Thanks!

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@khalidali63Mar 03.2003 — There are allots of ready made menus out there( cross browser)

http://dynamicdrive.com/dynamicindex1/staticmenu.htm

this link has one for both NS6+ and IE

Cheers

Khalid
Copy linkTweet thisAlerts:
@gil_davisMar 03.2003 — Replace the function setVariables() with this:
function setVariables() {
//if (navigator.appName == "Netscape") {
if (document.layers)
{v=".top=";
dS="document.";
sD="";
y="window.pageYOffset";}
else
{if (document.all)
{v=".pixelTop=";
dS="";
sD=".style";
y="document.body.scrollTop";}
else
{if (document.getElementById)
{v="').style.top=";
dS="document.getElementById('";
sD="";
y="window.pageYOffset";}
}
}
}
Copy linkTweet thisAlerts:
@schlachsauthorMar 03.2003 — Thanks to both of you, very kind!
×

Success!

Help @schlachs spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...