hello, i've been using constructyourcss quite a bit for a few sites cause it just makes things easy to start out. but i've found that often the container doesn't extend as long as the body, so i end up putting a min-height: declaration in as a workaround. but it's not a good workaround cause one page might need 1000px, when another should be shorter and therefore auto. has anyone had this problem before?
#header { width: 950px; margin: 0 auto; background-color:#000; padding- bottom:20px; } #navbar { width: 950px; margin: 0 auto; background-color:#000; } #main{ width:950px; margin:0 auto; background-color:#fff; min-height: 1250px; } /* LOOK HERE */ #slideshow { width: 950px; margin: 0 auto; margin-bottom:40px; } #middle { width: 950px; margin: 0 auto; } #welcome {float: left; width:300px; margin-left:80px;} #video { float: left; margin-right: 10px; margin-left:500px; width: 470px; } #news { float: left; margin-left:80px; margin-right: 10px; margin- bottom:10px; width: 400px; line-height:1em; border:1px dashed #000; } #sponsers { float:left; width: 950px; margin: 0 auto; } #footer {float:left; width: 950px; margin: 0 auto; } Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to blueprintcss@googlegroups.com To unsubscribe from this group, send email to blueprintcss+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---