Two Column Theme, Help, to make both columns seperately Scrollable.

Posted by Michael macDonald on Stack Overflow See other posts from Stack Overflow or by Michael macDonald
Published on 2010-05-02T14:58:35Z Indexed on 2010/05/02 15:07 UTC
Read the original article Hit count: 152

Filed under:
|
|

Hey, I am not sure what to do on this one, I'm not a programmer, but trying to learn CSS as this is how the theme I am using was coded in.

I've gotten quite far on my own, but this one stumps me Its two column Theme... As far as I have been able to get, I can use the following:

#left {
   width: 235px;
   padding: 10px;
   margin-left: 20px;
   position: fixed;
   line-height: 15px;

If I change the position to Absolute, The whole page scrolls, If I leave it at Fixed, and add lets say, a Twitter feed, or other type of text that takes me past its reading where you would normally scroll, Its just cut off, cannot get to it, hightlight or scroll..

I've also toyed with the idea, of changing the theme to a 3 column theme, but Again, not a programmer, and i'd be really confused. anyhelp would be great...

My Website is at 99lessoxygen.tumblr.com, code was found from http://nigredotheme.tumblr.com

© Stack Overflow or respective owner

Related posts about css

Related posts about layout