Buttons in Forms in IE7

I’m using <button> tags in my forms for submit buttons using jquery ui to get icons.  They weren’t working in IE7.  This explains why:

http://probablyprogramming.com/2009/10/30/ie7-requires-typesubmit-for-button-elements

bottom line:

include type=”submit” inside your button and it’ll work.

Advertisement

Leave a Comment

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.