Reply
Menu Script
Old 05-22-2005, 12:35 PM Menu Script
mikeroq's Avatar
Skilled Talker

Posts: 92
Name: Mike Roq
Location: Lakewood, CO
Im makeing a mene script
http://www.alpha-productions.org/menu/
Now i want it so that when i hover over the link it shows the links BUT allows me to go over the links and when i leave the links to disappear. I just need to get that and the style fixed and im done

just view source for the index page code and for js http://alpha-productions.org/menu/showhide.js
__________________
CodingHub.com
mikeroquemore.com
mikeroq is offline
Reply With Quote
View Public Profile Visit mikeroq's homepage!
 
When You Register, These Ads Go Away!
Old 05-24-2005, 08:49 AM
Novice Talker

Posts: 13
Location: Sydney Australia
you need to use the setTimeout and clearTimeout functions to get this working well. also try calling the same function when your mouse hovers over the dropdowner as well dropdownee.

it's a good idea to have a function that hides ALL your dropdowns first then you turn on the menu you want after that.

sorta like this:

function hideMenus(){
//this hides them all maybe with an array loop
}

function turnOn(menu){
//this turns one on
}

then onmouseover="hideMenus(); turnOn(something);"

this will work without flicker in most cases.

Last edited by rimian : 05-24-2005 at 08:51 AM.
rimian is offline
Reply With Quote
View Public Profile Visit rimian's homepage!
 
Reply     « Reply to Menu Script
 

Thread Tools

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10747 seconds with 12 queries