I copied the example exactly as is, and pasted it into the box.
margin-top: 30px;
margin-left: 30px;
width: 300px;
padding: 7px;
background: #ffffff;
border: solid 2px #000000;
filter: alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
Nothing is happening.
What am I doing wrong?