diff stack.css @ 94:0f19af92260e laserkard

saving progress.
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Jul 2010 20:33:17 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/stack.css	Mon Jul 26 20:33:17 2010 -0400
     1.3 @@ -0,0 +1,24 @@
     1.4 +.transparentDiv
     1.5 +{
     1.6 +    /* IE */
     1.7 +    filter:alpha(opacity=50);
     1.8 +    /* CSS3 standard */
     1.9 +    opacity:0.5;
    1.10 +    background-color:#000000;
    1.11 +    height:800px;
    1.12 +    width:300px;
    1.13 +} 
    1.14 +
    1.15 +/*
    1.16 +.transparentDiv {
    1.17 +    width:400px;
    1.18 +  height:180px;
    1.19 +  margin:30px 50px;
    1.20 +  background-color:#ffffff;
    1.21 +  border:1px solid black;
    1.22 +  /* for IE */
    1.23 +  filter:alpha(opacity=60);
    1.24 +  /* CSS3 standard */
    1.25 +  opacity:0.6;
    1.26 +}
    1.27 +*/