css float question
css float question
Out of context: Reply #16
- Started
- Last post
- 24 Responses
- Not_Just_Another0
^ Sorry forgot the CSS:
.750 {
width: 750px;
}.leftColumn {
float: left;
width: 400px;
}rightColumn {
float: right;
width: 250px;
}.clear {
height: 0;
width: 0;
line-height: 0;
clear: both;
font-size: 0;
}That should do it - 2 column grid within a 750px div. Try adding background colours to hepl denote whereabouts each div sits, then remove them once your happy.