What's the maximum pixel value of CSS width and height properties? -
what largest valid px
values css width
, height
properties accept?
(i'm building webapp creates large zoomable container element , want know actual limits.)
using css inspector comes browsers on element 10000000000px width , height:
firefox: 33554400px chrome: 33554428px opera: 33554428px ie 9: 21474836.47px
Comments
Post a Comment