behzad Posted February 27, 2008 Share Posted February 27, 2008 This puzzles me, Could someone please help? ??? ??? ??? I just see the semi white button for submit The Button is <input name="EnquireNow" type="submit" class="Button_a" id="EnquireNow" value="Enquire Now" border="0" /> The external Css is .Button-a{ background-image:url(MyLibImages/BackgroundButton_001.jpg); text-decoration: none; border:none; font:Verdana; font-size:12px; font-weight:normal; color:#FFFFFF; text-align:center; height:18px; padding-top:2px; padding-bottom:2px; padding-left:5px; padding-right:5px; } Quote Link to comment https://forums.phpfreaks.com/topic/93300-css-not-working-on-submit-button/ Share on other sites More sharing options...
haku Posted February 27, 2008 Share Posted February 27, 2008 Its best not to style form elements with CSS. Browsers get all funny when you do it, as they each treat form elements differently. Quote Link to comment https://forums.phpfreaks.com/topic/93300-css-not-working-on-submit-button/#findComment-477927 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.