I have put a comment form up on my website, but don't want those standard submit and reset buttons in the standard style, and help on how I can change the look of the submit and reset buttons??
I have put a comment form up on my website, but don't want those standard submit and reset buttons in the standard style, and help on how I can change the look of the submit and reset buttons??
The Webmistress posted this at 10:15—8th March 2004.
She has: 5,587 posts
Joined: Feb 2001
You can style them using CSS quite easily. Do a search on Google for a tutorial.
Julia - if life was meant to be easy Michael Angelo would have painted the floor....
Suzanne posted this at 14:15—8th March 2004.
She has: 5,512 posts
Joined: Feb 2000
Keep in mind that some operating systems/browsers will ignore your form element styling because form elements are considered to be part of the interface, not the website design. However you can use images to replace submit buttons.
Netscape 4 will crash if you style form elements and serve it style sheets, so be sure to hide those styles from Netscape 4 if you don't already hide all styles from it.
love me, love my brain :: iStockphoto portfolio
Wapture posted this at 14:16—8th March 2004.
They have: 34 posts
Joined: Feb 2004
I have used css style sheats, and got them from a tutorial which helps explain all that stuff and what I can do to so it displays on all browsers (in different ways that is)