Why would you use a HTML/CSS width of 99.9% instead of 100%?
The hasLayout property It’s a dirty hack used to set the IE specific hasLayout property of the element to true. The hasLayout property “determines how elements draw and bound their content, interact with and relate to other elements, and react on and transmit application/user events.” Giving an element layout is an easy way to fix … Read more