[Webkit-unassigned] [Bug 31397] Incorrect <a> tag causes layout confusion.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 02:30:30 PST 2009


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





--- Comment #3 from Hanrui <hanrui.gao at gmail.com>  2009-11-12 02:30:30 PST ---
Another case of unclosed tag <a> is: http://www.meilid.com/News/4405/
The page has code as below:
   <div class="header">
        <span style="float:left"><a href="/" target="_blank"><img
src="/templets/lady/images/logo.gif" border="0" alt="魅力伊人网" /></span><span
style="float:right"><script src="/AID/76090.js"
type="text/javascript"></script></span>
        <div class="clear"></div>
    </div>

And the expected behavior is:
The advertisement div is just at the right bottom of the browser window. And
when you scoll, the ad div is also at the right bottom.

But we see that in non-IE, the ad is cannot move if you scroll up and down.

-- 
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