laTortuga
02-27-2003, 06:13 PM
Hello
I have the following in my <HEAD></HEAD> tags:
<style>
.searchbox {
border:solid 1 D38F50;
font-family: verdana,arial,helvetica;
font-size: 8pt;
background-color: black;
COLOR: white;
font-weight: medium;
}
</style>
and further down the page, I have:
<p><input type="submit" name="submit" class="searchbox" value="Submit" size="6"></input>
<input type="reset" name="clear" class="searchbox" value="Reset" size="6"></input>
</p>
If I change the colour value in the style tag (COLOR: white;) to say, RED, the colour of the 'Submit', and 'Reset' buttons changes to red, and so does the colour of the text the user types in the form.
Is it possible to change the colour of the words 'Submit' and 'Reset', while maintaining the colour white as the colour of the text in the form's fields?
Many thanks for any help.
laTortuga
I have the following in my <HEAD></HEAD> tags:
<style>
.searchbox {
border:solid 1 D38F50;
font-family: verdana,arial,helvetica;
font-size: 8pt;
background-color: black;
COLOR: white;
font-weight: medium;
}
</style>
and further down the page, I have:
<p><input type="submit" name="submit" class="searchbox" value="Submit" size="6"></input>
<input type="reset" name="clear" class="searchbox" value="Reset" size="6"></input>
</p>
If I change the colour value in the style tag (COLOR: white;) to say, RED, the colour of the 'Submit', and 'Reset' buttons changes to red, and so does the colour of the text the user types in the form.
Is it possible to change the colour of the words 'Submit' and 'Reset', while maintaining the colour white as the colour of the text in the form's fields?
Many thanks for any help.
laTortuga