CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
box-sizing gecko vs webkit
AdinanCenci
Permalink to comment
#
April 2012
I am sorry about my english grammar.
Well, I've set my box-sizing as border-box.
100 pixels + 10 padding + 1 border = 100 width / 78 pixels of content
webkit works fine, but gecko = 102 width / 80 of content
I did set the equivalents in both wetkit and gecko properties.
Did someone knows how to fix it? To get gecko sizing things properly?
AdinanCenci
Permalink to comment
#
April 2012
Errrr....sorry about opening this discution, i mistake some classes. sorry agains
Add a Comment
Well, I've set my box-sizing as border-box.
100 pixels + 10 padding + 1 border = 100 width / 78 pixels of content
webkit works fine, but gecko = 102 width / 80 of content
I did set the equivalents in both wetkit and gecko properties.
Did someone knows how to fix it? To get gecko sizing things properly?