2006-8-17 11:31 PM
[kae′]
【xanga】scrollbar: transparent
<!-- begin code provided by createblog.com -->
<style type="text/css">
div {
filter:chroma(color=#00FF00); /* here you are defining which color you want to be transparent in your scrollbars */
scrollbar-arrow-color: #000000;
scrollbar-face-color: #00FF00; /* transparent */
scrollbar-3dlight-color: #00FF00; /* transparent */
scrollbar-darkshadow-color: #00FF00; /* transparent */
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #00FF00; /* transparent */
}
</style>
<!-- end code provided by createblog.com -->
[[i] 本帖最後由 [kae′] 於 2006-8-17 11:34 PM 編輯 [/i]]