Nieuw lid |
|
beste,
mijn select:
<select name="select" class="style1" id="select">
<option selected="selected">Maak uw keuze</option>
</select>
<select name="select" class="style1" id="select">
mijn css:
input, select, textarea, option {
background-image:url(../images/background.gif);
background-repeat:repeat;
border:solid 1px #999999;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
}
.style1 {
background-image:url(../images/background.gif);
background-repeat:repeat;
border:solid 1px #999999;
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#FFFFFF;
}
input, select, textarea, option { background-image:url(../images/background.gif); background-repeat:repeat; border:solid 1px #999999; font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; } .style1 { background-image:url(../images/background.gif); background-repeat:repeat; border:solid 1px #999999; font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; }
probleem is dat de select box niet veranderd. Deze blijft gewoon orgineel helaas. Weet iemand hoe we dit wel goed kunnen doen?
|