I got opacity but I can't get the background-colour property to work nor can I get the rounded corners
.resultsContainer a {
display : block;
padding : 0.1em 0.4em;
text-decoration : none;
overflow:hidden;
height:18px;
opacity:0.95; filter:alpha(opacity=95);
.resultsContainer ul {
margin : 0;
padding : 0;
background-color: #0D474E;
border-radius:3px 3px 3px 3px;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
list-style-type : none;


Reply With Quote
