|
Don't use padding. IE and FF apply padding/margins differently. Well, they calculate them differently when adding up all the widths.
I only use padding for top and bottom and I use margin to control the sides. The other thing that I will do is set the width of say <P> to 98% and then use "margin: 0 auto" to center it so that I get a padding on the left and right of 1% each.
|