/ Published in: CSS
Expand |
Embed | Plain Text
.popup .btn-holder div.btn-wrap { float:right; width:83px; height:22px; line-height:22px; cursor:pointer; /* background: url('/images/btn01.png') no-repeat; */ border:0; color:#fff; font-weight:bold; font-size:11px; text-align:center; background: url('/images/btn01.png') no-repeat; /*text-shadow:-1px -1px 1px #3c3c3c;*/ } div.btn-wrap:hover { background: url('/images/btn01.png') no-repeat -87px 0px; } div.btn-wrap a, div.btn-wrap a:link, div.btn-wrap a:visited, div.btn-wrap a:hover { text-align:left; border: none; margin:0 0 1em 0; width:83px; height:22px; } <div class="btn-wrap"> <a title="blah" class="reply" href="#">Text</a> </div>
You need to login to post a comment.
