I'm nearing completion of a site and suddenly realized that my login code does not work in Internet Explorer, while it does work in Firefox. I've tracked it down to the 'new and improved' IE7. My submit button is an image:
Code: Select all
<input type="image" name="submit" value="itsvalue" alt="Log In" src="i/login.jpg" class="navimg">
I've based the entire site around image submits, some with values which determine what the resulting page does. Anyone know a workaround? Thanks.