/    Sign up×
Community /Pin to ProfileBookmark

I have a problem. I have tried everything I can think of to solve it, but to no avail. Please help.

I have navigation buttons. I would like a script that would produce pop up menus for the buttons. Soooo….for example when the user clicks on About Us, a submenu would appear and the same for the other buttons. These buttons are gif images.

Thanks

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@Khalid_AliAug 20.2003 — Check out this resource there are several scripts that you can use.

http://javascript.internet.com/navigation/
Copy linkTweet thisAlerts:
@rrsafetyAug 20.2003 — I am looking for the same thing. I have gif buttons that are on the left side of my site and hope to have submenus appear when hovered over. None of the scripts i found seem to do that.

My current code for my first two buttons looks like this, I would assume there is some code i could cut an paste in that would help create a submenu. Any thoughts?:

document.write('<DIV id=menu>');

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="154"><tr><td>');

document.write('<img src="picts/menu-top.gif" width="154" height="146"></a><br>');

document.write('</td></tr><tr><form action="index.html"><td>');

document.write('<input type="submit" value="Home" onmouseover="this.className='buttonon'" onmouseout="this.className='button'" class="button"><br>');

document.write('</td></tr><tr></form><form action="about.htm"><td>');

document.write('<input type="submit" value="About Us" onmouseover="this.className='buttonon'" onmouseout="this.className='button'" class="button"><br>');
×

Success!

Help @tekkie7 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 5.13,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...