On 1/31/07, Nick Cowie <[EMAIL PROTECTED]> wrote:
Tom

You wrote:
> Am I correct in assuming there isn't a way to style an input of type
submit
> in Safari to match what I've styled that shows in Firefox and Netscape?

Input type submit is controlled by the Mac webkit, it effects Camino to, but
not as much as Safari.

Button type submit gives you much more control. See
http://nickcowie.com/presentation/s5-button.html for more
details.

The downside with the the button element is you have to more work to get IE
to play right.

If you have a single button in the form and you aren't testing for
that button on submit, it should work just fine. Forms with multiple
buttons are impossible using the <button> tag in IE.

A very helpful article here:
http://www.digital-web.com/articles/push_my_button/

--
--
Christian Montoya
christianmontoya.net .. designtocss.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to