Forum Moderators: not2easy
<input type="submit" class="speaker" title="Read selected text" value="Read" />
input.speaker{
display:block;
background:url(static/images/bullets/readspeaker.gif) no-repeat 0px 0px;
font-size:9px;/*9px*/
padding:0px 0 2px 18px;
height:19px;
overflow:visible;
font-weight:bold;
cursor:hand;
cursor:pointer;
border:1px solid;
}
This guy here (http://www.456bereastreet.com/lab/form_controls/buttons/) seems to have no problem styling a submit button, the only difference I can see between your example and his is that he doesn't confine the class name to an element in the css i.e. speaker{} and not input.speaker{}