CSS DIV Handling Test Case for Mozilla

A Code:

Code with Correct Sizes for DIV but
Display Has Wrong Appearance
(+8px width and height)

table.menuFrame: width: 145px
div.menuHeadlineB: width: 145px
div.menuHeadlineB: height: 20px


B Code:

Code with Wrong Sizes for DIV
(-8px width and height) but
Display Has Correct Appearance

table.menuFrame: width: 137px
div.menuHeadlineB: width: 137px
div.menuHeadlineB: height: 12px