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 Link to comment https://forums.phpfreaks.com/topic/281249-round-borders-button/ 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) Link to comment https://forums.phpfreaks.com/topic/281249-round-borders-button/#findComment-1445363 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 Link to comment https://forums.phpfreaks.com/topic/281249-round-borders-button/#findComment-1445364 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.