Please forgive me if this is a simple question, but I am new to CSS.
I am testing out a template page that is linked below.
The navigation left bar fills green color background only to the bottom of the navigation text.
Since a database will be dynamically bring text into the center column of the pages, I will want the green to fill in the full length of the page as the page grows longer or shorter.
My style sheet code for the green navebar is
#navBar{
float: left;
width: 20%;
margin: 0px;
padding: 0px;
background-color: #00FFCC;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
Any advice is appreciated.
thanks.
I am testing out a template page that is linked below.
The navigation left bar fills green color background only to the bottom of the navigation text.
Since a database will be dynamically bring text into the center column of the pages, I will want the green to fill in the full length of the page as the page grows longer or shorter.
My style sheet code for the green navebar is
#navBar{
float: left;
width: 20%;
margin: 0px;
padding: 0px;
background-color: #00FFCC;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
Any advice is appreciated.
thanks.