Thread Starter
y2k
(@y2k)
I’ve tried this already. Scrolling is possible then but they are still seperated if i remember right? i want both areas (sidebar, content) to scroll at the same time. The sidebar should react as it is a part of the content and not that it is separate.
Thread Starter
y2k
(@y2k)
Scott Smith, yes i have. thats how i discovered it that the left side bar is static from its size. on the blog i am trying to use your template on, there are couple of widgets on the left side. This means that scrolling is a necessity but instead it just cuts the content and you cant scroll anymore. To achieve that i checked in the options that the side bar is always visible and to get rid of the bothering scroll bar and border i used following code
under additional styles:
.sidebar.constant.left {
border-right: none;
overflow:hidden;
margin: 0;
}