josht
-
box-sizing: border-box;
Correct - both in PhotoShop and in the browser
-
box-sizing: border-box;
Omg nevermind everyone, I'm an idiot. PhotoShop wasn't zoomed, but the browser was. ctrl + fixed it :/ Thanks again though!
-
box-sizing: border-box;
This screenshot might help explain what's happening a little better. Notice the header in Photoshop is 960px wide, Chrome says the header in the browser is 960px wide, but they are clearly different widths. www.joshtummel.com/vim/images/135904…
-
box-sizing: border-box;
It shows 1067, but if I screen capture and measure it in Photoshop, it is 960. I first noticed this when I had it set to 960, but it was much more thin than the design I was working with. The inspector tool lies for me also (in both FireBug and Cho…
-
cross browser testing - mobile
Thanks! That first link was exactly what I was looking for, and should help out a ton.