/ Published in: CSS
Expand |
Embed | Plain Text
/* Green button */ a.green_button {background: transparent url('images/button_green_right.png') no-repeat scroll top right; display: block;float: left;height: 32px;margin-right: 6px;padding-right: 13px; text-decoration: none;color: #000000;font-family: Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;} a.green_button span {background: transparent url('images/button_green_left.png') no-repeat; display: block;line-height: 17px;padding: 7px 0 7px 15px;color:#fff;} #below-menu a.green_button:hover span {color:black;} div#content .post a.green_button:hover {text-decoration:none;color:black;}
You need to login to post a comment.
