Home  >  Article  >  Web Front-end  >  scrollbar-face-color in css is not a known css property

scrollbar-face-color in css is not a known css property

黄舟
黄舟Original
2017-07-03 10:56:511740browse

scrollbar-face-color is not a known css property

scrollbar-face-color: #fff;
scrollbar-shadow-color: #bababa; 
scrollbar-highlight-color: #bababa;
scrollbar-3dlight-color: #fff; 
scrollbar-darkshadow-color: #fff;
scrollbar-track-color: #fff; 
scrollbar-arrow-color: #bababa;

Always prompts that it is not a known css property on the aspx interface, but when running There are still scroll bars.
Could you please tell me how to set it up better if I want scroll bars in IE and Firefox?

Do not care. It just doesn't comply with the W3C protocol. Use it as usual. Just use yours

This is Microsoft's own extended attribute, not a standard. Therefore, verification according to the standard will prompt an error,
but it will not affect the operation

Don't worry about it. just do it

The above is the detailed content of scrollbar-face-color in css is not a known css property. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn