Featured Link: Called to Suffer

Transparent Scrollbars

This code will only work for i-frames. The code below goes with the i-frame code. Below is an example of an i-frame code to show you were it goes.

<iframe FRAMEBORDER="0" BORDER=0 width=111 height=100 src="right.html" name="main" style="position:absolute; left:100px; top:100px" allowtransparency= "true" scrolling=auto style="FILTER: chroma (color=#562926)" ></iframe> </div>

Now what you will see is a dark brown color. Now to turn that dark brown into a transparent color , in your CSS sheet, change the parts of the scrollbar to the dark brown but only to the parts of the scrollbar you want transparent.

Below is an example of the scrollbar code with the transparent number codes in the CSS sheet.

{scrollbar-3dlight-color: #562926;
scrollbar-arrow-color: #FFCC99;
scrollbar-base-color: #562926;
scrollbar-darkshadow-color: #562926;
scrollbar-face-color: #562926;
scrollbar-highlight-color: #562926;
scrollbar-shadow-color: #FFCC99;
scrollbar-track-color: #562926;}