I think I might already know the answer to this one but I need a sanity check!
Say I have
#gridtest{ width:590px; }
I could change the
In CSS3 you can also use the new box-sizing property to include the pixel and padding count into the width of the element:
box-sizing
width
box-sizing: border-box;