Home › Forums › CSS › Works mostly in Firefox, but won’t align in other browsers.. › Re: Works mostly in Firefox, but won’t align in other browsers..
May 20, 2009 at 11:12 am
#57840
Participant
Structure the html something like this:
Code:

and the css:
Code:
#container {
margin:70px auto 0;
width:910px;
}
margin:70px auto 0;
width:910px;
}
#leftMain {
float:left;
width:647px;
}
#main-right {
background-color:#FFFFFF;
float:right;
height:410px;
width:249px;
}