Diy easily with the CSS code to your web page scroll
In the website of the time, we can sometimes see some rolling of the website is not the default colors, but beautiful red or other colors, in fact, this is code between pages by adding code to achieve, and what specific code?
Rolling code of the page and explained as follows: (Please copy at the lowercase to uppercase angle brackets)
The following is quoted fragment:
<Style Type="text/css">
<! –
Body (
Scrollbar-face-color: # C0C0C0; (surface)
Scrollbar-highlight-color: # FFFFFF; (-side)
Scrollbar-3dlight-color: # C0C0C0; (3D-edge)
Scrollbar-darkshadow-color: # 000000; (3D dark side)
Scrollbar-Shadow-color: # 808080; (shadow)
Scrollbar-arrow-color: # 000000; (arrow)
Scrollbar-track-color: # E0E0E0; (Rolling Area)
)
–>
</ Style>
The above code, from the Body of the following, all of the back of # are color code, color-coded hexadecimal 16. The bracketed language on the left side of the Notes code, the code when joining the website do not enter. In this way, you can DIY their own web pages of the scroll.
Note: new website Taoba (/) on the line
Tags: css code, css code generator, css color code






Leave a Reply