knowram Posted August 19, 2006 Share Posted August 19, 2006 I am using multiple submit buttons on my site and am finding that if the value of the button is to long IE dose strange things to the button. It will add blank space to the sides of the text and stretch the border. Is there anyway to keep IE from doing this? Quote Link to comment https://forums.phpfreaks.com/topic/18005-submit-buttons/ Share on other sites More sharing options...
AndyB Posted August 19, 2006 Share Posted August 19, 2006 Are you suggesting this behaviour only occurs when using IE? Can we see some live example of the problem? Quote Link to comment https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-77099 Share on other sites More sharing options...
knowram Posted August 19, 2006 Author Share Posted August 19, 2006 I know that it happens in IE and not in Safari but I am not sure about firefox for pc. And I don't have any examples that I can show the part of the site that is having this problem is password protected. Quote Link to comment https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-77104 Share on other sites More sharing options...
AndyB Posted August 19, 2006 Share Posted August 19, 2006 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 ;DEven 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. Quote Link to comment https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-77195 Share on other sites More sharing options...
knowram Posted August 21, 2006 Author Share Posted August 21, 2006 here is an image of the problem that I am talking about. As far as I can tell this is only a proble with IE.-[attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-78351 Share on other sites More sharing options...
ToonMariner Posted August 22, 2006 Share Posted August 22, 2006 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) Quote Link to comment https://forums.phpfreaks.com/topic/18005-submit-buttons/#findComment-78367 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.