Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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..

#57840
apostrophe
Participant

Structure the html something like this:

Code:

People


and the css:

Code:
#container {
margin:70px auto 0;
width:910px;
}

#leftMain {
float:left;
width:647px;
}

#main-right {
background-color:#FFFFFF;
float:right;
height:410px;
width:249px;
}