The problem here seems to be associated with mozila calculating the space required by the table to display these two images, one of which has an align attribute of left and one with an align of right. The original code, reproduced here, contained each image in a <p> tag along with some text. It is interesting to note that removing the bottom larger image causes the problem to disappear, as does setting the cellspacing of the table immediately above this text to 0 as opposed to the original value of 15. Removing the align attribute of these two images also does the trick. (text put in to demostrate the bug)

The problem here seems to be associated with mozila calculating the space required by the table to display these two images, one of which has an align attribute of left and one with an align of right. The original code, reproduced here, contained each image in a <p> tag along with some text. It is interesting to note that removing the bottom larger image causes the problem to disappear, as does setting the cellspacing of the table immediately above this text to 0 as opposed to the original value of 15. Removing the align attribute of these two images also does the trick. (text put in to demostrate the bug)

The problem here seems to be associated with mozila calculating the space required by the table to display these two images, one of which has an align attribute of left and one with an align of right. The original code, reproduced here, contained each image in a <p> tag along with some text. It is interesting to note that removing the bottom larger image causes the problem to disappear, as does setting the cellspacing of the table immediately above this text to 0 as opposed to the original value of 15. Removing the align attribute of these two images also does the trick. (text put in to demostrate the bug)