Quote:
Originally Posted by jhowell
My understanding is that the "width" and "height" attributes for an "img" element in HTML 5 only allow an integer value without a unit.
|
Yup - that knocked the rust off those brain cells. They got rid of the units when using width/height directly in the html tag...the integer is always in px. But all the other units can be used if styled with CSS.