drawer

#drawer {
position: relative;
float: right;
background: red;
width: 20%;
min-height: 100%;

/* above gmaps? */
//position: absolute;
//color: white;
//background: black;
/* for IE */
//filter:alpha(opacity=60);
/* CSS3 standard */
//opacity:0.6;
/* for Mozilla */
//-moz-opacity:0.6;

}

source

Leave a Reply