I am having trouble using floats in FF. In IE they work fine. I have a page 
with images lined up (floated) on the left side of the page. On the right I 
have a big image and underneath that I have two "homeboxes" I want the home 
boxes to line up next to each other right underneath the big image. I 
therefore floated each homebox to the right. The problem is that in FF this 
leaves a big white space that i don't need. The problem seems to be in the 
float. When I remove it, one homebox lines up correctly but the other goes 
underneath it, which is not what i want. I want it besides it.

See http://www.excellenceweb.com/besr/he/pages/home.php

in IE everything lines up the way I want - the problem is in FF

the code I use for the homebox is

.homebox {


    padding: 7px 0px 0px 0px;
    width: 278px;
    min-height: 278px;
    margin-left: 3px;
    margin-right: 3px;
    float: right;
}

Thanks a lot,

Leo


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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