Jump to content

submit buttons


knowram

Recommended Posts

It's hard to suggest a fix for what we can't see.  Why not just copy a few code examples that include your button problem and post those where they can be viewed. 

Even a screenshot would be better than a crystal ball for solving this  ;D

Even so, I suspect that the 'problem' you're having is just the way different browsers work and not something that is completely controllable with html/css.

This - http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/ - may shed some light on how browsers handle different form controls.
Link to comment
https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-77195
Share on other sites

simple answer is no - its what ie does!

if you can maybe use a link instead and set href to a js function that will detect the link and submit accordingly.

Or use input type="image" and have an image that you have full control over (but not very flexible IMO)
Link to comment
https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-78367
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.