Static DIVs (layout)

liunx

Guest
I'm trying replace my tables with CSS-P. I want to make 2 columns using DIV tags.

The left column will hold the menu. Now I want this to remain static like a frame, so that when you scroll down, the menu stays at the same position and is visible no matter how low you scroll. Is it possible using CSS?position:fixed; works with Mozilla, but not in IE. That probably rules this option out doesn't it? However, you can specify that option in the CSS, and then have a JavaScript that runs only on IE to re-position the menu each time the user scrolls. *Curses non-compliant browsers*
 
Back
Top