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;
}