CSS horizontal dropdowns
- Started
- Last post
- 10 Responses
- Dancer
Don't post me the Suckerfish Tutorial it's not what I am looking for.
I have found many JS versions of the one I am looking for but I am looking for the cleanest one possible.
Like this:
http://tutorials.alsacreations.c…The problem is when you roll of the menu the links do not disappear. I know this is simple JS but I am not skilled at that.
Thanks all.
- ********0
a {
meatspin: float-center;
}
- ********0
try
/--
onmouseout="montre('smenu0');
--/make a blank div called menu0
- UndoUndo0
just add this to each dt tag
onmouseout="montre('smenu1');"
where 'smenu1' is the same as the onmouseover value and it should be good
- Dancer0
Nice1 undo, this shall do for now.
Many thanks
- Dancer0
actually scratch that it doesn't work.
When you go to the sub links they disappear.
Nevermind I shall find another way...
- acescence0
just copy and paste that function, rename it, assign to the onmouseout handler, and remove the for loop that hides all the divs and change the last line to display none
- Stugoo0
have you tried css?
check out :
http://www.cssplay.co.uk/index.h…the boy got some trcs up his sleave, might help you.
- acescence0
oh, but that won't let you click on the sublinks, haha. maybe a settimeout?
- Dancer0
acescence thanks but I can't go from one submenu link to the next as the menu then turns off.
Oh well..
- UndoUndo0
set and interval is a good idea - i dont have time tho - sorry!