Padding without affecting width
j0
Just a quickie one
Is there any way to get padding within a <div> without it affecting the width?
Right I've got:
<div id="DocumentBodyContainer">
<div id="DocumentBodyContainerFillTest">
<p>Testing testing</p>
</div>
</div>
I have the CSS set up so that #DocumentBodyContainer has padding itself, and #DocumentBodyContainerFillTest is 100% wide, which fills the Container fine
but when I specifiy padding to the #...FillTest it goes outside the bounding area of the Container, but as usual, with M$'s bastardisation of CSS it looks "fine" in M$IE
Is there any workaround for this? (as in... I want padding and 100% width)
Thanks
-W3bbo
___________________
