This is a discussion on "Changing the look of a form's Submit button" within the Web Page Design section. This forum, and the thread "Changing the look of a form's Submit button are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Changing the look of a form's Submit button
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Changing the look of a form's Submit button
Hi,
Does anybody know how to change the look of a Submit button on a standard HTML form? Instead of the normal button I want to have just text saying "submit". Is it perhaps a play around with the CSS that is necessary? If it is, i might aswell ask this in the CSS forum. Thanks! |
|
|
|
|||
|
if you just want the word submit you could just put a normal link
Mark |
|
||||
|
I would definitly NOT do what mark has suggested.
NEVER use javascript unless it's absolutly nessesary. Give your submit button an ID like this:-
If you do in fact want just text (as Mark suggested), a far better way would be to make it 'appear' like a link and still keep the 'submit' function within the boundarys of normality:-
Changing the appearance of your submit button with CSS will ensure that the submit button functions normally when javascript or CSS support is not present.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
|||
|
Thanks guys. I went with what Rob suggested and it's perfect.
Thanks again! |
|
||||
|
BTW mark....
Welcome to the forums... just noticed it was your first post... hope I have not put you off.
__________________
Rob - SEO Specialist Owner & Founder of Webforumz.com I am currently unavailable for private work
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| changing, look, forms, submit, button |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Submit button problems | lucyhjones | Starting Out | 4 | Sep 6th, 2007 18:22 |
| How can I use a graphic as submit button | Sporky | Web Page Design | 2 | Apr 17th, 2007 14:56 |
| submit button changes when clicked | troublesomegirl | JavaScript Forum | 0 | Feb 18th, 2007 01:10 |
| Form Submit button Help!!! | Aaron1988 | Web Page Design | 2 | Nov 25th, 2006 13:51 |