Updates:
        Owner: ---
        Cc: [email protected]
        Labels: -NeedsReduction Has-reduction Report-to-webkit Webkit-specific

Comment #1 on issue 16448 by [email protected]: [nieruchomosci.gazetadom.pl]  
misalign problem extracted from issue 14406
http://code.google.com/p/chromium/issues/detail?id=16448

The reason of the form looks aligned to left is because its container  
table(dotted
table in reduction) has a minimum width in Chrome and Safari, in IE and FF  
the
container table has a maximum width (100%).

With tables hierarchy like below:

<table width="970"><tr><td>
<table width="100%"><tr><td>
<table>
.......

Note that, the most inner <table> is not specified with a width, in this  
situation,
IE and FF sets a maximum width(100% to its parent) to it, however Chrome  
and Safari
sets a minimum width(just can contain its content) to it.

Reduction below:
http://go/reductions/16448/test-standard.html

Attachments:
        test-standard.html  927 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to