Eiolon Posted August 25, 2009 Share Posted August 25, 2009 I noticed when viewing websites in Vista the style of the text fields and buttons are different compared to viewing them on XP. Is there any way to make it so people viewing with XP see the same as Vista users? Quote Link to comment Share on other sites More sharing options...
Makeshift67 Posted August 25, 2009 Share Posted August 25, 2009 i would guess you can do something like take the border and background color out of the input, and make a background image for it. for the submit button, you might be a little limited with the up/over/down changes. <input type="image" src="image.jpg" /> Quote Link to comment Share on other sites More sharing options...
lostprophetpunk Posted August 26, 2009 Share Posted August 26, 2009 i would guess you can do something like take the border and background color out of the input, and make a background image for it. for the submit button, you might be a little limited with the up/over/down changes. <input type="image" src="image.jpg" /> But one thing you have to make sure of when doing this is to add the value of what you are checking to be submitted is, such as this... if(isset($_POST['submit'])) The value of your input button would be 'submit'. Quote Link to comment Share on other sites More sharing options...
Makeshift67 Posted August 26, 2009 Share Posted August 26, 2009 well yeah, that part is easy Quote Link to comment 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.