Problem With Fixed/following Sidebar
I'm trying to create a sidebar which follows the user when he scrolls down the page and I managed to accomplish the effect using the following code: Markup
In this case CSS should be something like
#contentWrapper {position:relative;}
#leftColumn {position:absolute; top: 100px;}
You may like these posts
Post a Comment for "Problem With Fixed/following Sidebar"