Home › Forums › CSS › two column layout problem › Reply To: two column layout problem
December 19, 2013 at 8:12 am
#158742
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.