Wordpress separate sidebar scroll

hi, i wanted to have a sidebar in my wordpress default theme to have its own scroll bar, without moving down with the content. how can i?

If I understand what you mean, you could try setting a height on the sidebar and setting it to overflow: auto;

Well i did wrapped it a div with position fixed and inner div to scroll. that does it, but in post, its not working. does post use single.php or what?

Ah, right, position: fixed. Now I see what you meant. It might depend on what theme you are using how the sidebar feeds into the various pages. I’m afraid I’m not familiar enough with WP any more. Can you provide a link to your site?

http://bit.ly/gHCKf9 i have fixed the scroll for pages but not sure where does the post get its power from

I don’t know what you mean by that.

meaning, which template the post uses for populate itself.

A blog post uses the single.php template file for individual blog posts. Unless you or the theme author set up templates based on categories, which I don’t think there is.