Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

box-shadow without explicit background fills the element with ie <= 8 #198

Closed
vincentcr opened this issue Jan 28, 2012 · 1 comment
Closed

Comments

@vincentcr
Copy link

the following markup leads to the target element's background to be filled with the box-shadow color. adding an explicit background color works around the problem. ie9 is not affected.

<!DOCTYPE html>
<html>
<head>

    <style type='text/css'>

        #shadowed {
            position: relative;
            box-shadow: #aaaaaa 0px 0px 3px ;
            behavior: url(/3rd/css3pie/PIE.htc);
        }

    </style>

</head>
<body>

    <div id='container'>

        <div id='shadowed'>
            in the shadows
        </div>

    </div>

</body>    
@lojjic
Copy link
Owner

lojjic commented Jan 28, 2012

Known issue, tracked as issue #12.

@lojjic lojjic closed this as completed Jan 28, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants