View Single Post
  #2 (permalink)  
Old Feb 5th, 2008, 22:57
Aso's Avatar
Aso Aso is offline
Chief Moderator

SuperMember
Join Date: Oct 2007
Location: UK
Posts: 1,039
Blog Entries: 2
Thanks: 5
Thanked 26 Times in 23 Posts
Re: Border colour in Opera

Opera does understand border-color. Make sure you are using color (US spelling) and not colour (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.
Reply With Quote