Avatar of IBEW
IBEW
Flag for United States of America

asked on 

Cannot Make Navigation Div Stretch Entire Page (Content) Length Joomla

I am working on a site using joomla 1.5 where I am trying to get the navigational div to stretch the entire length of the page depending on its content. You can view this here (Main Menu):

http://gogreen98.com/cms/

I have tried setting the height to 100%, but this does not seem to help.  What I would ultimately like is for this menu div to change sizes depending on the amount of content there is.


I am attaching the css code for the sidebar. Any help is greatly appreciated. And let me know if you need any additional info. Thanks!

.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 215px;
  height: 100%;
}

Open in new window

CSS

Avatar of undefined
Last Comment
IBEW

8/22/2022 - Mon