- Impact
- 9
I have a css sheet;
Using this style works in text fields perfectly! However, when I use it with select fields, only the background-image: does not appear to be working.
To see what I mean, mxtext.com!
thanks
PHP:
.textbox {
background-image: url(images/entryfield.jpg);
border: 0px solid #184578;
width: 90%;
color: #65782f;
font: 12px arial, sans-serif;
font-weight: bold;
text-align: center;
padding: 2px;
}
Using this style works in text fields perfectly! However, when I use it with select fields, only the background-image: does not appear to be working.
To see what I mean, mxtext.com!
thanks





