movable menu

gwarsh / 2008-09-17 00:38:43   

does anyone know how to make a movable menu like http://www.kurtnoble.com/work/#/redbull-music-backend/

extrafunk / 2008-09-17 00:44:14   

what do you mean with movable? On the site the menu stays fixed. Or you mean a collapsable menu?

gwarsh / 2008-09-17 00:55:32   

movable on the site....as you scroll the page like the link above

extrafunk / 2008-09-17 01:40:18   

hi gwarsh,

If you want it to stay fixed then you'll have to set the position of #menu to fixed in your style.css.

That should do it.

Mark

gwarsh / 2008-09-17 01:44:09   

I want it ti move....on another note would you be able to help me and tell me why my scroll bars are not working on this page http://juicyredapple.com/index.php?/new-project1/

extrafunk / 2008-09-17 02:12:12   

hi gwarsh,

play around with the #menu settings. If not fixed then absolute or relative. Try it out and see what happens. As for the scroll not working, i'll have to get back to you on that tomorrow... it's 4:11am =)

Cheers,

Mark

jaredh272 / 2008-09-17 03:28:38   

position:fixed would do it, but it's not supported by IE. You may need a javascript solution. I don't speak from experience, just hearsay.

jaredh272 / 2008-09-17 03:30:49   

gwarsh, the scrollbars DO show up on that page in safari and firefox 3.0.1 on the mac. It works fine on my end.

AntoineLafontaine / 2008-09-17 05:53:00   

gwarsh,

This type of moving menu needs to be done in javascript. No amount of CSS would do it.

And I do not see any problems with your scroll bars, so I guess you fixed it...

This thread has been closed, thank you.