|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS and changing certain elements
I would like to change the color of 3 particular tags:
HR to blue SELECT border to blue SUBMIT button face to blue Has anyone changed these before? |
|
#3
|
|||
|
|||
|
submit border works with style="border-color: blue;"
|
|
#4
|
|||
|
|||
|
Code:
<form> <span style="width:30px;border: 4px #4444cc outset;"> <select> <option>------------</option> <option>------------</option> <option>------------</option> </select> </span><br><br> <input type="submit" style="color:#eeeeff;border:3px #4444cc outset;background:#7777ee;"> </form> |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > CSS and changing certain elements |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|