CSS fixed div. Avoid unwanted overlapping
Posted
by
Justa Randomone
on Stack Overflow
See other posts from Stack Overflow
or by Justa Randomone
Published on 2012-04-04T20:11:10Z
Indexed on
2013/07/02
23:06 UTC
Read the original article
Hit count: 172
css
|multiple-columns
I've got a CSS layout made of 2 columns. the navigation column to the left is a fix div. It stays there while scrolling down the main content in the column to the right.
The problem comes when I reduce the browser window, or zoom in: when scrolling the browser windom horizontally, the main content on the right starts overlapping the navigation column on the left.
How can I fix it so that whatever the size of my browser window or my zoom level is, when i scroll horizontally the fixed div isn't overlapped but pushes the main column to the right?
You can see it for real at: http://justarandomone.tumblr.com/
All the code is in the source (It is pretty messy, sorry for that).
Hope some one can help. Thanks!
© Stack Overflow or respective owner