Discussion:
DD_Roundies Links
Erik
2010-02-09 21:46:21 UTC
Permalink
Does anyone know how to make a <a> link using css only with
DD_Roundies for IE 7, etc...?

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;
}

Loading...