You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
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><styletype='text/css'>
#shadowed {
position: relative;
box-shadow: #aaaaaa 0px 0px 3px ;
behavior: url(/3rd/css3pie/PIE.htc);
}
</style></head><body><divid='container'><divid='shadowed'>
in the shadows
</div></div></body>
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: