I\'m trying to get a button that has an image on it. I\'ve seen stuff like the following but they don\'t give you the button press/release effect that a normal button does.
.yourButton{ background:url("logg.png") no-repeat; border:none; cursor:pointer; width:40px; height:10px; }