View Single Post
  #11 (permalink)  
Old Nov 23rd, 2007, 11:31
google google is offline
Junior Member
Join Date: Oct 2007
Location: hello
Age: 28
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS - dynamic height div

Can you give me an example? This is my current css:

Code: Select all
#leftnav 
{
    margin: 0px;
    width: 175px;
    width: 175px;
    background-color: #EAE9E5;
    border: 1px solid #000;
    border-bottom: none;
    text-align: center;
    float: left;
    padding-bottom: 0px;
}

#content
{
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    background: #fff;
    border: 1px solid black;
    border-bottom: none;
    border-left: none;    
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: auto;
    text-align: center;
}

#bottombar
{
    margin: 0px;
    border: 1px solid black;
    background: url('../images/topbarbg.jpg');
    background-repeat: repeat-x;
    clear: both;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    height: 1em;
}
Reply With Quote