Tag Archives: css

HTML/CSS: Styling form buttons

source: http://jsfiddle.net/2RYyD/ Great example there but if you’re styling the button which is a form submit button, remember to change the button type to “submit” instead or the variables won’t get posted. <div class=”button”> <input type=”button” value=”TELL ME MORE” onClick=”document.location.reload(true)”> … Continue reading

Posted in CSS | Tagged , | Comments Off on HTML/CSS: Styling form buttons