1.510 views
Ik weet dat het wat dom klinkt maar ik wil in me ccs een rollover maken voor de randjes van me buttens en textvakjes... maar welk klein stukje moet ik dan toevoegen?
textarea{
border: 1px solid #9F9F9F;
background-color: #9F9F9F;
color: White;
textarea:focus {
border: 1px solid #FFFFFF;
}
input, textarea{
border: 1px solid #9F9F9F;
background-color: #9F9F9F;
color: White;
textarea:focus {
border: 1px solid #FFFFFF;
}
input, textarea{
border: 1px solid #9F9F9F;
background-color: #9F9F9F;
color: White;
}
input:focus {
border: 1px solid #FFFFFF;
}
textarea:focus {
border: 1px solid #FFFFFF;
}