Forums

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

Home Forums CSS Firefox is breaking my site, not sure why. Reply To: Firefox is breaking my site, not sure why.

#184639
Paulie_D
Member

Well…first off


.links {
float: center; /* no such property */
height: 130px;
width: 600px;
margin: 0 0 0 100px;
line-height: 20px;
background-color: #353535;
}

It’s definitely the ‘links’ div because when I remove it….everything else snaps into place.