#vote_box {
background-color: #000; /* the background */
filter:alpha(opacity=50); /* Internet Explorer */
-moz-opacity:0.5; /* Mozilla 1.6 and below */
opacity: 0.5; /* newer Mozilla and CSS-3 */
float:right;
height:300px;
width:300px;
border: 1px solid #fff;
color:#fff;
}
#opaquetext {
filter:alpha(opacity=100); /* discarded */
-moz-opacity:1.0; /* discarded */
opacity: 1.0;
color:#FFF;
}
alguna idea? gracias!!
