Static menu W/O frames

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Static menu W/O frames

Post 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.
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

Uups, i meant this to go to client side forum...
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Moved to client-side :)

Mac
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post 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?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post 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.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post 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
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post 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.
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post by Shendemiar »

Here's something like, sadly it freezes on opera...

http://www.design-ireland.net/index.php ... ign-20.php
Shendemiar
Forum Contributor
Posts: 404
Joined: Thu Jan 08, 2004 8:28 am

Post 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 ;)
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

otherwise, you could use the css-attribute "position: fixed" :)
Post Reply