What are the largest valid px values that CSS width and height properties accept?
px
width
height
(I\'m currently building a webapp that crea
Using the CSS inspector that comes with certain browsers on an element with 10000000000px width and height:
Firefox: 33554400px Chrome: 33554428px Opera: 33554428px IE 9: 21474836.47px