When i push the 'img submit button' in Firefox, everything works just fine, but in the other browsers like IE & Opera, it does nothing. i've changed nothing of the php code in the login.php file, just the css and html.
This is the only thing that i've changed in login.php:
Code: Select all
<input class="lbsubmit" name="loginsubmit" type="image" src="../admin/themes/default/images/submit.png"
value="<?php echo lang('submit')?>" />
<input class="lbsubmit" name="logincancel" type="image" src="../admin/themes/default/images/cancel.png"
value="<?php echo lang('cancel')?>" />
Any help would be appreciated
