[Webkit-unassigned] [Bug 22050] New: overlapping of header image and links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 11:38:51 PST 2008


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

           Summary: overlapping of header image and links
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
               URL: http://www.spaziomotori.it/Contratti_auto_moto.htm
        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


I Steps:
Go to http://www.spaziomotori.it/Contratti_auto_moto.htm

II Issue:
overlapping of header image and links 

III Conclusion:
Code for quick reference:
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr><td>
<p><img src="" alt="" align="left" border="2" width="400" height="80"
hspace="0"></p>
<div align="left">
        <table bgcolor="#ffcc66" border="2" cellpadding="0" cellspacing="1" 
width="57%" height="60">
                <tbody><tr>
                        <td colspan="5" height="15">
                        </td>
                </tr>
        </tbody></table>
</div>
</td></tr></tbody></table>

Issue is due to <p> tag. 
<p> tag outside image tag does nothing in IE, shifts the table a little down in
FF 
and moves the table to left in Safari/Chrome. Removing paragraph tag solves the 
issue.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37819


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



More information about the webkit-unassigned mailing list