Hello, I am trying to change the color of a drop down menu, I guess it would be done with CSS because i can't do it another way.
This is what I have so far:
<select name="Domain Types" style="background-color: rgb(0,0,0); color: rgb(255,0,0); border-left: 1px solid rgb(0,180,0); border-right: 1px solid rgb(0,180,0); border-top: 1px solid rgb(0,180,0); border-bottom: 1px solid rgb(0,180,0)">
<option>.co.uk</option>
<option>.uk.co</option>
<option>.uk.com</option>
</select>
But I can't get the grey border, button and arrow to change color? I would like it to match these.
<input type="text" name="textfield" maxlength="65" value="Your Domain Name" size="17" style="background-color: rgb(0,0,0); color: rgb(255,0,0); border-left: 1px solid rgb(0,180,0); border-right: 1px solid rgb(0,180,0); border-top: 1px solid rgb(0,180,0); border-bottom: 1px solid rgb(0,180,0)">
And:
<INPUT TYPE="SUBMIT" VALUE="Submit" style="background-color: rgb(0,0,0); color: rgb(255,0,0); border-left: 1px solid rgb(0,180,0); border-right: 1px solid rgb(0,180,0); border-top: 1px solid rgb(0,180,0); border-bottom: 1px solid rgb(0,180,0)">
Thanks in advance hope we can get it sorted.
This is what I have so far:
<select name="Domain Types" style="background-color: rgb(0,0,0); color: rgb(255,0,0); border-left: 1px solid rgb(0,180,0); border-right: 1px solid rgb(0,180,0); border-top: 1px solid rgb(0,180,0); border-bottom: 1px solid rgb(0,180,0)">
<option>.co.uk</option>
<option>.uk.co</option>
<option>.uk.com</option>
</select>
But I can't get the grey border, button and arrow to change color? I would like it to match these.
<input type="text" name="textfield" maxlength="65" value="Your Domain Name" size="17" style="background-color: rgb(0,0,0); color: rgb(255,0,0); border-left: 1px solid rgb(0,180,0); border-right: 1px solid rgb(0,180,0); border-top: 1px solid rgb(0,180,0); border-bottom: 1px solid rgb(0,180,0)">
And:
<INPUT TYPE="SUBMIT" VALUE="Submit" style="background-color: rgb(0,0,0); color: rgb(255,0,0); border-left: 1px solid rgb(0,180,0); border-right: 1px solid rgb(0,180,0); border-top: 1px solid rgb(0,180,0); border-bottom: 1px solid rgb(0,180,0)">
Thanks in advance hope we can get it sorted.