Jump to content

Vista style form fields and buttons


Eiolon

Recommended Posts

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" />

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'.

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.