On Thursday 2008-05-01 16:31 -0700, Sandy wrote:
> So this works in all the other browsers (thats ie 6+7 and Safari)  but 
> not in any firefoxes.
> 
> http://sandygonzales.com/test/calendar.htm

> Why wont is stay at 743pixels!  Why is it off by only 1 pixel?

Two guesses (that I haven't verified) are that it could be related to:

(1) browsers that follow or don't follow the statements in the CSS2
spec (which have changed over time at least once, I think) on
whether the 'width' property, when applied to border-collapse table
elements, is the width from mid-border to mid-border, or the width
including the whole collapsed border (or maybe whether half the side
border sticks out of the table's container), or

(2) whether browsers do or don't use border-box sizing for table
elements (e.g., -moz-box-sizing: border-box as a default rather than
-moz-box-sizing: content-box).

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to