[Webkit-unassigned] [Bug 17578] New: button left-aligned because containing <div> has float:left even if button has align=right property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 15:48:19 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17578

           Summary: button left-aligned because containing <div> has
                    float:left even if button has align=right property
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: https://www134.americanexpress.com/consumertravel/travel
                    .do
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to
https://www134.americanexpress.com/consumertravel/travel.do

II Issue:
Notice the misalignment of the "Plan your Trip" button.

III Conclusion: The <div> that contains the button has a style 'float:left' and
then the button (which is actually an image) has a property 'align=right'.
Safari and  Opera actually use the float:left to position the button whereas FF
and IE uses align=right.

IV Other browsers: 
FF: ok
Opera: not ok
IE 7: ok

V Nightly tested: 30236


-- 
Configure bugmail: http://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