hello, i have a problem with submit button. <input name="giris" type="submit" class="girisbuton" id="giris" value=" "> .girisbuton {height:20px; width:50px; background-image:url(yeniimg/giris.gif); border:none;} im using this code. firefox and opera looks fine but internet explorer looks like this: when i changed type="submit" to type="image" this time users cannot login. when trying to login return to loginpage. how can i fix this?
remove the class from there and try this: <INPUT TYPE="image" SRC="yeniimg/giris.gif" HEIGHT="20" WIDTH="50" BORDER="0" ALT="Submit Form">