[Webkit-unassigned] [Bug 55179] style margin mismatch for INPUT buttons with CSS trigger :active

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 24 22:20:31 PST 2011


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


bugreport at hinotori.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #83712|HTML Example                |HTML Example (corrected)
        description|                            |




--- Comment #1 from bugreport at hinotori.de  2011-02-24 22:20:31 PST ---
(From update of attachment 83712)
<!-- corrected margin values for vertical movement -->
<html><head><style>
#sbn , #sbo {
background:#F0F;
}
#sbn:active {
margin:1px 0 -1px 0;
}
#sbo:active {
margin:1px 0 -1px;
}
</style><title>Example</title></head><body><div>
Click the buttons to move them up and down.
<input id="sbn" type="submit" value="Submit Button (normal)" />
<input id="sbo" type="submit" value="Submit Button (optimized)" />
</div></body></html>

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