| Forums > Tips & Tricks > "Help needed on transparent scrollbar!" (4 replies)
|
|
|
May i request the codes for a transparent scrollbar?
I have been trying to hide the ugly scrollbar in one of my navigated blogskin and it ended up messing the alignments in it.
Thanks a million to everyone who are able to help me! ^^
|
| |
|
| |
|
| |
Thank you rainbow♥ for the information! ^^
|
| |
| |
|
| |
If you are asking for the iframe scrollbar, there is a way. Using chroma filter to filter away the colour that you do not want.
Code:
div,
{filter: chroma (color=#000000); }
Explanation:
The code above filter away black colour which is the colour code, #000000.
Example:
body
{
scrollbar-face-color: #000000;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-Color: #000000;
}
div,
{filter: chroma (color=#000000); }
//
The code actually state all colour black for all component of the scrollbar except the arrow which is white in colour. Using the chroma filter for black, it filter away black colour, leaving only the white arrow visible only.
NOTE: This only works for iframe method. Not for the main browser scrollbar.
//
|
| |
| |
|
| |
or u can try www.glittergraphics.us
they generate scrollbar codes
|
| |
| |
|
| |
yay for ChronoCube!.
the transparent scrollbars helped me. DDDDDD
hahahaha.
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| This thread has been locked, and no new replies can be posted. |