form button font color

O

Orson

Is there any way I can change the color of the font on a form button.
I would like to hide the "value" of a submit button and have it appear as a
plain grey button. I thought I might do this by making the font color the
same as the background.
 
R

rf

Orson said:
Is there any way I can change the color of the font on a form button.
I would like to hide the "value" of a submit button and have it appear as a
plain grey button. I thought I might do this by making the font color the
same as the background.

Why not just give it a value of " "?

Cheers
Richard.
 
R

rf

Do not top post.
I have my reasons. They do not contribute to the clarity of the question.

Oh, well, if you cannot clarify the question then I cannot clarify the
answer, except to advise you to look up the CSS specs and discover:

<style type="text.css">
input.invisible {color: #eee; background-color: #eee;}
</style>

There you go :)

Cheers
Richard.
 
M

Matthias Gutfeldt

Orson said:
Is there any way I can change the color of the font on a form button.
I would like to hide the "value" of a submit button and have it appear as a
plain grey button. I thought I might do this by making the font color the
same as the background.

Then make the font color the same as the background!


Matthias
 
M

Matthias Gutfeldt

Orson said:
as a



That was my question. How do I do that?

Oh, that was a question? In that case rf already provided the answer
twenty minutes ago.


Matthias
 
O

Orson

rf said:
Do not top post.
question.

Oh, well, if you cannot clarify the question then I cannot clarify the
answer, except to advise you to look up the CSS specs and discover:

<style type="text.css">
input.invisible {color: #eee; background-color: #eee;}
</style>

There you go :)

Cheers
Richard.
There we go indeed!
input {color: #eee; background-color: #eee;}
worked a treat - thanks Richard

Cheers
Orson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top