I am creating a site with DIVs. Everything\'s working out except when I create a DIV. I create them like this (example):
DIV
newdiv { width: 200
Add property:
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */
Note: This won't work in Internet Explorer below version 8.