I have been trying to figure out this iframe thing for a while now, and i’ve basically got it, but the one problem i have is that the horizontal scrollbar keeps showing up no matter what i do, and i just can’t seem to figure out how to get rid of the thing, i do want the vertical scroll to show up, but the horizontal scroll just makes it look too boxy. I’ve seen this work before at this site: www.thisnightmareends.com it works beautifully there, and even after comparing that code with mine, i still can’t figure out how to make it go away. And another thing that i am having problems with in the iframe is a color scrollbar. I cant get it to show up no matter what i do, it works at the thisnightmareends.com site, and the style sheet that i am using is almost completely the same, so i can’t figure out what to do. If anyone can help me out on getting this to work it would be GREATLY APPRECIATED! The page that i am having the problem with is posted http://arts3.glendale.edu/~gustafsonr/parenthesis/main.html just click on the words parenthesis, and you will be taken to the problem page. Here is the code that i used for the style sheet/color scrollbar:
body {scrollbar-face-color: #000000; scrollbar-shadow-color: #707070;
scrollbar-highlight-color: #707070; scrollbar-3dlight-color: #707070;
scrollbar-darkshadow-color: 707070; scrollbar-track-color: #000000;
scrollbar-arrow-color: #707070}
body,td,th {color: #707070;}
body {font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #000000; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a:link {color: #FFFFFF;}
a:visited {color: #707070;}
a:hover {color:#707070;}
a:active {color: #707070;}
Thanks
-Ryan.