Forums

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

Home Forums CSS A few CSS Questions Re: A few CSS Questions

#104971
Paulie_D
Member
foo {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}

FTW

https://css-tricks.com/box-sizing/