[Webkit-unassigned] [Bug 59913] New: Box-shadow does not respect z-index
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun May 1 20:25:48 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=59913
Summary: Box-shadow does not respect z-index
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hailwood at webspirited.com
If a box is given a z-index and applied a box-shadow elements higher in the dom tree appear lower than the z-indexed element but above the box-shadow.
E.g:
<div style="height:200px;background-color:#f00;">I am higher in the dom</div>
<div style="z-index:999;height:200px; background-color: #0f0;box-shadow: 0px -5px 5px #000000;margin-top:-10px;">I am lower in the dom however I have a z-index, I am visible but my show is under the parent div...</div>
--
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