Simple Form button submit doesn't show in IE 9-8-7

bradthecdnp

New Member
Those super IE troubleshooters out there. Here is the bug. At the bottom of this form: http://xquives.kiaistudio.com/new-form/index.php there are two buttons. They appear perfect in IE10 FF etc., but not in IE 9-8-7. How do I fix this?buttonbox css:\[code\]#buttonbox { display : block; margin-top:20px; margin-bottom : 20px; overflow:auto; float:right;}\[/code\]button class css:\[code\].button { background:#5f6156; background:rgba(0, 0, 0, 0.6); color:#FFF; padding: 5px; float: left; width: 100px; border: 1px solid #000; font-size: 12px; font-weight: bold; margin:10px; display:block; height:30px;}.button:hover { color:#D3411F;}\[/code\]button div html:\[code\]<div id="buttonbox"> <input name="SOUMETTRE" type="submit" class="button"/> <input name="REINITIALISER" type="reset" class="button" /></div>\[/code\]
 
Back
Top