| custom made submit button
|
phex

msg:4403751 | 9:29 pm on Jan 4, 2012 (gmt 0) | how do i change the color of the font of the custom made submit button on my form using css code below? <style type="text/css" rel="stylesheet"> #mysubmit { background-color: #cfc; font- size: 60%; padding: 20px; font-weight: bold; } </style> <form method="get" action="page.php"> <input type="submit" id="mysubmit" value=submit" /> </form>
|
tangor

msg:4403753 | 9:35 pm on Jan 4, 2012 (gmt 0) | Example: h4 { color: red; }
|
phex

msg:4403869 | 6:02 am on Jan 5, 2012 (gmt 0) | thenk you *tangor*, it works.
|
|
|