Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS two column layout problem Reply To: two column layout problem

#158742
paulob
Participant

Hi,

If you want the menu to be static while you scroll the other column then you may as well use absolute positioning as you have done. Especially if you just have that small left column. (There would be issues if you didn’t control the height and the left column was taller than the right.)

I was assuming that it would be a normal page where everything scrolls.

You may still want to set the height in ems and not px so that if users zoom the text then everything grows together.