I've tweaked a submit button on my page with a bit of CSS. But is it possible to have the text colour in it change when hovering over it, ideally with an inline style?
Thanks in advance!
Code:
<input type="submit" name="submit" style="background-color:#003360; font-size:10pt; color:white; font-family:Arial; font-weight:bold; font-style:italic; cursor:pointer; width:120; border:none" value="+ Add an account" onClick="document.warrantEdit.action='process.asp?Action=AddAccount';">
Thanks in advance!