Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » How Do I Make Pop-Up Menus w/ Links
Closed Thread
Old 03-20-2004, 02:17 AM   #1 (permalink)
 
Junior Techie

Join Date: Feb 2004

Posts: 81

JimShorts

Send a message via AIM to JimShorts
Exclamation How Do I Make Pop-Up Menus w/ Links

How do I make the little menu pop up with a list of links appear when a user scrolls over a text link or a button? for an example of what I'm trying to do, go here: www.xoxide.com I need to make the little popup menus that appear when you scroll over the orange links on the left. If anyone knows how to do this, it would be very appreciated.

thanx in advance.
__________________
KEVIN
JimShorts is offline  
Old 03-20-2004, 11:34 AM   #2 (permalink)
 
Junior Techie

Join Date: Mar 2004

Posts: 81

3xp0

Default

I attached a script with Install info.
Attached Images
 
__________________
With respect, 00110011011110000111000000110000
3xp0 is offline  
Old 03-20-2004, 12:14 PM   #3 (permalink)
 
Junior Techie

Join Date: Feb 2004

Posts: 81

JimShorts

Send a message via AIM to JimShorts
Default

thank you
__________________
KEVIN
JimShorts is offline  
Old 03-27-2004, 10:48 PM   #4 (permalink)
 
Junior Techie

Join Date: Mar 2004

Posts: 56

raylu

Send a message via AIM to raylu
Default

You want pop-ups when you scroll over? Do you mean click? By the way, try this:
Code:
<a href=javascript:window.open("pagename.html")>Click here</a>

__________________
\"Only when the last tree is dead, the last field paved, and the last river dammed, only then will we realize that we can\'t eat money.\"
http://raylu.uni.cc
raylu is offline  
Old 03-27-2004, 10:53 PM   #5 (permalink)
 
Junior Techie

Join Date: Feb 2004

Posts: 81

JimShorts

Send a message via AIM to JimShorts
Default

i figured it out like a week ago. thanks for your interest tho.
__________________
KEVIN
JimShorts is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On