Opera
does understand
border-color. Make sure you are using col
or (US spelling) and not col
our (UK spelling).
I think there is a small bug using shorthand border properties. For example
- Code: Select all
border: 1px solid #cecece
Also ensure you are aware of
CSS specificity and that another rule is not overriding your styles.