[Webkit-unassigned] [Bug 29288] New: Content of the Webpage is aligned to the bottom of the webpage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 15 16:17:52 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29288

           Summary: Content of the Webpage is aligned to the bottom of the
                    webpage
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.seiwert.info
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


Created an attachment (id=39620)
 --> (https://bugs.webkit.org/attachment.cgi?id=39620)
reduced testcase

I Steps:
Go to http://www.seiwert.info

II Issue:
Center white column with all the contents is shifted down.

III Conclusion:
Issue is with 
html, body {
    height: 100%;
}
td {
    vertical-align: top;
}

Note: giving height: 100% only to body or only to html fixes it.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested : 48354

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=18746

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list