Page 1 of 1

Static menu W/O frames

Posted: Fri Oct 15, 2004 8:52 am
by Shendemiar
Is it possible to do a menu with css that stays exactly on it's place no matter any scrolling made on the page? And not one of those javascript-scribbles.

Posted: Fri Oct 15, 2004 9:20 am
by Shendemiar
Uups, i meant this to go to client side forum...

Posted: Fri Oct 15, 2004 9:31 am
by twigletmac
Moved to client-side :)

Mac

Posted: Fri Oct 15, 2004 9:55 am
by pickle
So you want the menu to stay at the top left corner of the window (for example), and have that menu will stay in the window regarless of scrolling? Or do you want it just to be in the top left corner (again an example) of the file?

Posted: Sat Oct 16, 2004 10:15 am
by Shendemiar
pickle wrote:So you want the menu to stay at the top left corner of the window (for example), and have that menu will stay in the window regarless of scrolling? Or do you want it just to be in the top left corner (again an example) of the file?
I'd like it to stay on the left side, just like in framed pages. I might change the pages to framed, but it's difficult task that i would like to avoid if possible.

Posted: Sat Oct 16, 2004 11:41 am
by timvw
still not clear what you are trying to do, probably you want to have a look at the size,float and position properties

Posted: Sat Oct 16, 2004 11:51 am
by Shendemiar
timvw wrote:still not clear what you are trying to do, probably you want to have a look at the size,float and position properties
Menu or anything thats stays on it's place while scrolling, while other content on the page is scrollable.

Posted: Sat Oct 16, 2004 12:06 pm
by Shendemiar
Here's something like, sadly it freezes on opera...

http://www.design-ireland.net/index.php ... ign-20.php

Posted: Sat Oct 16, 2004 12:32 pm
by Shendemiar
I found this:
http://www.domedia.org/oveklykken/css-div-scroll.php

So i dont need static menu, but a scrollable content instead ;)

Posted: Sat Oct 16, 2004 6:47 pm
by vigge89
otherwise, you could use the css-attribute "position: fixed" :)