Fix header div when scrolling

robertnorgren

New Member
Hi all!

I've been working a little on my portfolio site http://www.robertnorgren.com/

I have set up three columns holding the header, a middle thumbnail column and a right thumbnail column.

Based on the current code, is there a way I could fix the header column? If I set "position:fixed" stuff gets messed up.

Any ideas? Much appreciated.
 

robertnorgren

New Member
Thank you. That got me thinking and I figured it out setting the first column as fixed and putting "left: 33%" on the two other columns to reposition them.
 
Top