moisesbr Posted August 16, 2013 Share Posted August 16, 2013 Hi I have a retangular button in HTML code inside .php page.I would like a example on how to add round borders format to it and if possible change color when passing mouse over it. <input type="submit" value="Confirmar pedido" name="B1" style="border:1px outset #339933; color: #FFFFFF; font-family: Arial; font-weight: bold; background-color:#339933; font-size:12pt"> Moises Quote Link to comment Share on other sites More sharing options...
TOA Posted August 16, 2013 Share Posted August 16, 2013 All this is done with CSS. Rounded corners Hover state (I would not normally send you to w3schools, but not even they can get this wrong) Quote Link to comment Share on other sites More sharing options...
gristoi Posted August 16, 2013 Share Posted August 16, 2013 google is your friend: http://www.htmlgoodies.com/beyond/css/article.php/3891201 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.