It is transparent. The color showing through is the body background-color as defined in your style sheet (http://www.geocities.com/heatherxx05/main.css) here:
Code:
body
{
background-color: #C2CBCF;
font-family:verdana;
font-size:10px;
color: #000000;
scrollbar-track-color: #C2CBCF;
scrollbar-face-color: #C2CBCF;
scrollbar-highlight-color: #C2CBCF;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #C2CBCF;
scrollbar-shadow-color: #999999;
scrollbar-arrow-color: #cccccc;
}
If you want it to be white, either change the value to:
#FFFFFF
or, make that area white instead of transparent in the graphic file. Or, did you have something else in mind?
Bookmarks