So I'm working on this site and can't figure this out for the life of me. I've done sites like this tons of times, but there must be something specific that's not letting this work.
I have a content div with the background color set to white, but the white is not extending down to the two divs I have floating to the left and to the right inside of the content div. Any ideas that don't include setting the height for the content div? http://mckenziehousebnb.com/build/ CSS -------------------------------------------- #content { margin-top: 20px; width: 900px; background-color: #fff; } #homeWelcome { float: left; margin-left: 20px; width: 472px; } #homeFeatures { width: 386px; float: right; } #footer { width: 900px; height: 80px; clear: both; color: #a58745; background: url(../images/footer.jpg); margin-bottom: 20px; } -------------------------------------------- Josh --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
