the width of the main white container is 550px ... in Firefox, it stretches with the padding (hence you have a width of 525px and padding of 25px;)
25px; *
Sarah Lane:
right
JadeCharlesCIA:
so in the <!--[if IE]> part ... all you have to add is this- #container { width: 550px; }
then ... if you do in fact want to increase the padding, you change the first #conainer class "padding" to whatever you want ... AND change the "width" to 550 - (NEW_PADDING_VALUE * 2)
and just in case you dont HATE me yet ...
its not 550 ... its 575
Sarah Lane:
you're a wild man
but i got it.. i can add that second #container class inside the ie rules whether or not i fuss with the padding