
July 28th, 2002, 04:44 AM
|
|
Contributing User
|
|
Join Date: Jun 2002
Location: Norway
Posts: 34
Time spent in forums: < 1 sec
Reputation Power: 11
|
|
You can change the background color, but I'm not sure if you can change the borders.
Code:
<style type="text/css">
<!--
select {
background-color: blue
}
-->
</style>
Oh, and I think the background property in a select-tag is an IE thing only. Perhaps I'm wrong, but it's not working in Opera.
|