I do now :)
http://test-psi-alpha.appspot.com/jquery3
I've put the css in my css file and it is simply:
#box1 {
background-image: url(/static/assets/blank_select_background.png);
}
body{
background: blue;
}
and the html as you will see is
<label for="box1"> thing: </label>
<select id= "box1" style="width: 200px">
<option value="colour"> colour </option>
<option value="car"> car </option>
<option value="weather"> weather </option>
</select>
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]