Robert Lane wrote:
> I added a 60px top margin to the #footer div and now I can see what the 
> problem is but I am not sure how to fix it.
>
> The link is here: http://tinyurl.com/yp3qj2
>
> What is going on is I have a div id=main_box  and with in that div I 
> have another div containing an image with a float left.  So what is 
> happening is that the floated image is 434px high and the text 
> paragraphs flowing next to it are about 30px shorter than that if viewed 
> at normal text size.
>
> So what is happening - I am getting a stair step effect at the bottom of 
> the main_box and thus my footer content is getting pushed to the right 
> when I try to butt it up to the bottom.
>
> What do I need to do to get a clean edge at the bottom that I can butt 
> my footer div up against?
>
> Hope that makes sense.  Thanks!
>   


Add float: right; to the selector #main_box
Add clear: both; to the selector #footer;
Add
html {font-size: 100%;}
at the top of the style sheet

~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to