Home › Forums › CSS › Firefox is breaking my site, not sure why. › Reply To: Firefox is breaking my site, not sure why.
September 24, 2014 at 7:25 am
#184639
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.