> i never knew that when we specify
>
[quoted text clipped - 6 lines]
> at first I thought the padding goes inside the width of 600px and
> makes the area inside for display only 400px.
Under the traditional box model, padding does go 'inside the width'. In
quirks mode Internet Explorer uses the traditional box model. Other
browsers, and Internet Explorer in strict mode, use the W3C box model. See
here for more details:
http://www.quirksmode.org/css/box.html

Signature
Safalra (Stephen Morley)
The 'white-space' Property In CSS:
http://www.safalra.com/web-design/css/white-space-property/