Hi everyone!

Does anyone know how to make a <a> link using css only with
DD_Roundies for IE 7 ?


<a class=product_add" href="#"></a>


CSS Example:
.product_add {
width:  96px;
height:  40px;
margin:   0px  0px   0px    0px;
float:left;
cursor:pointer;
background: url('/img/add.gif') no-repeat;
background-color:#FFFFFF;
border-left: 0px;
border-right: 1px;
border-top: 1px;
border-bottom: 1px;
border-style:solid;
border-color:#CECECE;
padding-right: 6px;
-moz-border-radius-bottomright: 6px;
-khtml-border-radius-bottomright: 6px;
-webkit-border-bottom-right-radius: 6px; }

Reply via email to