Viewing 1 replies (of 1 total)
  • I’m not entirely sure why you would want to do that!

    If you want to contain the sidebar in a fixed size and have the contents scrollable, all you need do is change the container div’s CSS so that it has a fixed height and add overflow-y: scroll;

    So, for you it would be:

    #sidebar { height: 500px; overflow-y: scroll; }

    Hope that helps

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Including the WordPress Sidebar within an iFrame’ is closed to new replies.