Consider this testcase:

<html><head>
<style>
html,body{
margin:0;
padding:0;
overflow:auto;}
</style>
</head>
<body style="text-align:right;">
Right aligned text
<br>
<div>Right aligned text</div>
</body></html>

In Mozilla this is causing an extra space after the first "Right aligned text", because of the line break before the br.
This is not what IE6 and Opera are doing.


I'm not certain which is the correct behavior.
If I change the <br> for a <div></div>, Mozilla is acting like IE6 and Opera.
Could someone tell me if this is a bug in Mozilla, or is Mozilla acting correctly?


Regards,
Martijn
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to