Exodious
09-26-2003, 10:11 AM
<style>
.uploadBtn
{
font-size: 15px;
font-family: arial;
border : thin groove;
}
</style>
<input type="file" name="filename" class="uploadBtn" size="30" id="file0" onclick="setId(this.id)">
Hiya, I am trying to change the background color of the button created using an input of type file... all I've managed so far is setting the background of the input, any ideas welcome...
.uploadBtn
{
font-size: 15px;
font-family: arial;
border : thin groove;
}
</style>
<input type="file" name="filename" class="uploadBtn" size="30" id="file0" onclick="setId(this.id)">
Hiya, I am trying to change the background color of the button created using an input of type file... all I've managed so far is setting the background of the input, any ideas welcome...