File: dimbox.css

Recommend this page to a friend!
  Classes of Paul Kevin   Dimbox   dimbox.css   Download  
File: dimbox.css
Role: Auxiliary data
Content type: text/plain
Description: CSS for dimbox
Class: Dimbox
Display a light box and fade the rest of a page
Author: By
Last change: CSS to handle rounded corners, opacity and fixed position
Date: 13 years ago
Size: 403 bytes
 

Contents

Class file image Download
div.white_content{ _position:fixed; /* hack for internet explorer 6*/ -moz-border-radius: 15px; -webkit-border-radius: 15px; -khtml-border-radius:15px; border-radius:15px; } div.white_bg{ background-color:#CCCCCC; height:100%; left:0; opacity:0.5; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; position:fixed; top:0; width:100%; z-index:1; }