CODE
<!-- begin code provided by createblog.com -->
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 */
}
<!-- end code provided by createblog.com -->
that's roxannes code for xanga transparent... so... what you want to do is have whatever the chroma color is be transparent... i reccomend using some color you don't use on the page... just in case.
so try this
CODE
<!-- begin code provided by createblog.com -->
<IFRAME SRC="index2.html" NAME="Ryans" width=100% height=100% FRAMESPACING=0 FRAMEBORDER=0 SCROLLING=AUTO ALLOWTRANSPARENCY=TRUE style="filter: chroma(color=#3f3f3f);scrollbar-color: #3f3f3f;"></IFRAME>
<!-- end code provided by createblog.com -->