/ Published in: CSS
URL: http://www.electrictoolbox.com/grey-out-webpage/
Expand |
Embed | Plain Text
#opaque { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1000; display: none; background-color: black; filter: alpha(opacity=30); opacity: 0.3; } * html #opaque { position: absolute; }
You need to login to post a comment.
