Webkori’s Weblog

Archive for March 25th, 2008

Zoom Effect in Html Css page

Posted by: webkori on: March 25, 2008

http://www.netzgesta.de/loupe/

Why does the CSS box model need a hack?
According to the W3C, an assigned ‘width’ (and ‘height’) of a box refers to the ‘content area’ of a box only. The padding, borders, and margins are then added to this value to arrive at the total box width. If the ‘width’ property is omitted, the total [...]