Neva E
2008-06-04 15:42:45 UTC
heres what I have so far on my CSS: If sidebar is the left column..
div#sidebar {
display:inline;
float:left;
width:180px;
padding:1px;
margin-top: 15px;
color:#000000;
font-family:Arial;
background-color:#ffffff;
}
..and main is the right...
div#main {
display:block;
align: right
float:right;
width:720px;
padding:1px;
margin-top: 15px;
color:#000000;
font-family:Arial;
background-color:#ffffff;
}
then what am I doing wrong?