Forum Moderators: not2easy
I thought I had it perfect when I was working offline but online the left column no longer stays next to the right column. Instead it goes to the far left.
I hope someone can tell me what causes this and how to fix it.
My css follows.
.allcontent {
width:800px;
}
.heading{
width:640px;
background:#E1A09D;
float:right;
height: 120px;
}
.contentcenter {
background: #FFFFF0;
float:right;
width: 640px;
}
.sidecol {
width:160px;
float:left;
background:#A09FA6;
}
Thanks for getting me to take a closer look. I'd been looking at it for so long and just didn't see it until the unrelated stuff was taken out.
Would there be any problem if I did all my CSS in uppercase? I think it would make it a lot easier for me to find mistakes.