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

黄舟
Release: 2017-07-03 10:56:51
Original
1745 people have browsed it

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;
Copy after login

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!

Related labels:
css
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!