Plogger Support Forum - Adding a side bar Thu, 28 Mar 2024 18:45:15 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 Adding a side bar http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12513#Comment_12513 http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12513#Comment_12513 Tue, 23 Mar 2010 08:42:52 +0000 dougw There are headers and footers in Plogger but no side bar. Does anyone know how to add one?
To see what I am trying to achieve (without the frameset) please have a look at www.artspaces.co.uk]]>
Adding a side bar http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12544#Comment_12544 http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12544#Comment_12544 Mon, 29 Mar 2010 16:19:50 +0000 theweblotus
Jenni
TheWebLotus
http://theweblotus.com]]>
Adding a side bar http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12565#Comment_12565 http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12565#Comment_12565 Tue, 30 Mar 2010 14:38:36 +0000 dougw Adding a side bar http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12569#Comment_12569 http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12569#Comment_12569 Wed, 31 Mar 2010 09:29:24 +0000 chewbears The overflow property is the way I can get the page to scroll. This property has five different styles:

* visible
This is the default, and it indicates that the content should be displayed on the page as the browser normally would.
* hidden
This style indicates that any extra content that doesn't fit in the box should remain hidden.
* scroll
With the overflow set to scroll will add scrollbars (both vertical and horizontal) to the box property.
* inherit
The inherit style sets the overflow to be inherently the same as the parent element.
* auto
This is the style we want. It specifies that if the content will overflow the box, scrollbars should display, otherwise, they are left off.

I put the overflow : auto; on both the left navigation element (#leftnavigation) and the main content area (#content). That ensures that if the browser window is really small, both the navigation and the content will be scrollable.]]>
Adding a side bar http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12571#Comment_12571 http://www.plogger.org/forum/comments.php?DiscussionID=3139&Focus=12571#Comment_12571 Wed, 31 Mar 2010 14:18:41 +0000 gonzo
David.]]>