Page 1 of 1

Web Dev Help

Posted: Tue Jun 20, 2006 7:36 am
by FZ1
I have a page design that basically uses a 2 column CSS design. The left column is just a box with the navigation links and the right column is a large box that contains the body of the page.

My question is, I want the nav box to stay positioned on the screen even if the user scrolls way down - like floating. I'm not sure what it's called (float in CSS is a little different) and if it's a CSS, HTML or Javascript function. Anyone know?

Posted: Tue Jun 20, 2006 8:14 am
by FZ1
I think I found my answer here...

http://www.echoecho.com/toolfloatinglayer.htm

I'll try it tonight.

Posted: Tue Jun 20, 2006 8:24 am
by Apoptosis
whats the URL?

Posted: Tue Jun 20, 2006 10:03 am
by bubba
you have to do it with javascript (like your link) you can make the layers with CSS to have stuff above and below other stuff

Posted: Tue Jun 20, 2006 10:14 am
by FZ1
I haven't uploaded everything to the server yet so you can't view it at the moment

Posted: Tue Jun 20, 2006 4:21 pm
by Apoptosis
cool... depends on a number of things, but there are a numbers of ways to float something... ;)