How Do I Make Pop-Up Menus w/ Links

Status
Not open for further replies.

JimShorts

Baseband Member
Messages
80
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.
 
I attached a script with Install info.
 

Attachments

  • problem.jpg
    21.5 KB · Views: 12
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>
 
Status
Not open for further replies.
Back
Top Bottom