Transparent Scrollbars

Woohoo, have your cool background show through that scrollbar! (This only works on iframes)

1 Copy and paste the code below and place it into your iframe code:
style="FILTER: chroma (color=00ACFC)"
2 Where it says 00ACFC make sure that is a color you are NOT using in your layout (This includes anywhere on the image!)
3 In your style code, you'll need to copy this and paste in between your <head> and </head> tags:
<style type="text/css">
<!--body {
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color: #086BC6;
scrollbar-base-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #00ACFC;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #00ACFC;
}-->
</style>
4 Whatever part you want clear, you need to put 00ACFC of whatever HEX code you chose for the first code.