Hi, I'm trying to set a border-color in css, but it's not working as expected. The following returns border-color as black. If I change color to something like blue, the text and border-color is blue
FireBug returns border-color: -moz-use-text-color; but I have no idea why.Code:#pollLanguage { text-align: left; font-family: sans-serif; border-color: white; color: black; background: lightgrey; border-width: medium; border-top: 15px solid; border-bottom: 2px solid; border-right: 2px solid; border-left: 2px solid; padding: 5px; position: fixed; right: 0px; top: 0%; width: 200px; }
Any ideas?
Thanks in advance.



Reply With Quote
Bookmarks