Forums

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

Home Forums CSS Why is this child not perfectly centered in Safari 6? Reply To: Why is this child not perfectly centered in Safari 6?

#157245
TheDoc
Member

Probably this:

Safari up to 6.0 ( 6.1 for iOS ) supported an old incompatible draft version of the specification. Safari 6.1( 7 for iOS ) has been updated to support the final version.

I see you’re using display: -webkit-box; for old Safari. I’m sure it simply has a different implementation than the current spec.