[Webkit-unassigned] [Bug 45842] New: Backgrounds drawn in css will overlap the border element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 15 15:30:13 PDT 2010


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

           Summary: Backgrounds drawn in css will overlap the border
                    element.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mafooster at gmail.com


The background  will be drawn past the boarder element. See code below for example.


<html>
<head>
<style>
body{
    background: #000;
}

.roundedWithBorder {
    color: #000;
    background: #FFF;
    padding: 4px;
    border: 1px solid #000;
    -webkit-border-radius: 7px;

}
</style>
</head>
<body>
<span class="roundedWithBorder">Borders!</span>
</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