The problem is im using classicmode to make the form.
See the attached image to see how the image button looks like you will see a grey border and i want to get rid of it.
This is the code the button uses:
<form id="ff_form1" class="bfQuickMode" onsubmit="return false;" enctype="multipart/form-data" name="ff_form1" method="post" action="">
<div id="ff_div269" style="position: absolute; z-index: 0; left: 60px; top: 40px;">
<button id="ff_elem269" class="button" onclick="ff_standaard1_action(this,'click');" value="Next" name="ff_nm_standaard1" type="button">
<table cellspacing="6" cellpadding="0" border="0">
</table>
</button>
</div>
I tried using the div id of the button in the css but it didnt help.
I hope you can help with getting rid of the grey border using classic mode.
Dear regards,
Ivo