As most people know,
a 100% div with a 5px padding is actually 100% + 10px wide.
One obvious solution to this is to wrap the child div in a wrapper that has a 10px margin however this method requires you to add extra markup, I am looking for a way to do 100%+padding without the extra div.
any ideas?