Lundi 28 janvier 2008
Only with Internet Explorer.
If you want to customize your scrollbar, you need a scrollbar generator,
like Rainbow Arch's
Pick the colours for all the parts of your scrollbar (check the preview) and when you are satisfied with the result, copy the code to the clipboard and paste at the end of your article's html section.
<STYLE type="text/css">
<!--
BODY {
SCROLLBAR-HIGHLIGHT-COLOR: yellow;
SCROLLBAR-SHADOW-COLOR: red;
SCROLLBAR-FACE-COLOR: green;
SCROLLBAR-3DLIGHT-COLOR: blue;
SCROLLBAR-ARROW-COLOR: teal;
SCROLLBAR-TRACK-COLOR: gray;
SCROLLBAR-DARKSHADOW-COLOR: black;
}
-->
</STYLE>
<!--
BODY {
SCROLLBAR-HIGHLIGHT-COLOR: yellow;
SCROLLBAR-SHADOW-COLOR: red;
SCROLLBAR-FACE-COLOR: green;
SCROLLBAR-3DLIGHT-COLOR: blue;
SCROLLBAR-ARROW-COLOR: teal;
SCROLLBAR-TRACK-COLOR: gray;
SCROLLBAR-DARKSHADOW-COLOR: black;
}
-->
</STYLE>
Watch out! You will have to write - <head> at the very top and at the very bottom of your html section



Commentaires