Hi all,
I have searched for a solution to my problem and found an answer regarding margins here:
[
webmasterworld.com...]
However, despite my problem being similar the above answer did not help me...
Here's my CSS:
#container {
width: 990px;
margin: 0 auto 0 auto; }
#content {
width: 770px;
float: left;
margin: 20px 20px 0 0;
color: #333;
font-size: 10pt; }
#side {
width: 200px;
float: right;
margin: 20px 0 0 0; }
.side-box {
width: 180px;
padding: 10px;
margin: 0 0 20px 0;
-moz-border-radius: 5px;
border-radius: 5px;
background: #69C;
color: #FFF;
font-size: 10pt;
line-height: 150%; }
I'm sure my CSS and math are correct. Perhaps I'm wrong...
Could I have any help, please? It'd be much appreciated.
Thanks in advance,
Tom.