Forums

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

Home Forums CSS Why same CSS code for Safari and IE but not Chrome and Firefox? Re: Why same CSS code for Safari and IE but not Chrome and Firefox?

#143224
Paulie_D
Member

Remove all of this

#header img {
padding-left: 125px;
vertical-align: bottom;
overflow: visible;
}

You don’t need it.

However, also add widths and floats as I showed in my example although you can use your own numbers.