Still same ... here's the actual css code.
FF floats the fourth div but only up to the 3rd div. Not sure how to get FF to float the fourth div next to the first div.
If you need the html let me know.
Code:
#container {
width: 46em;
text-align:left;
margin: 0em auto;
padding: 0em;
background-color: #e8e8e8;
color: #000;
}
#lcontent1 {
float: left;
clear: left;
width: 10em;
margin: 0em;
padding: 0emm;
}
#lcontent2 {
float: left;
clear: left;
width: 10em;
margin: 0em;
padding: 0em;
}
#lcontent3 {
float: left;
clear: left;
width: 10em;
margin: 0em;
padding: 0em;
}
#rcontent {
float: left;
width: 33em;
padding: 0em;
margin: 0em;
background-color: #e8e8e8;
color: #000;
border-left: .06em solid #ccc;
border-bottom: .06em solid #ccc;
}
Bookmarks