irona_2
06-28-2003, 10:05 PM
k i know the title implies frame troubles (which i am having) but i'm posting this message for help with javascript problems...
i'm trying to change the scrollbar color and i just can't get it to work! i'm including the html to the page i'm working on as well as the script i'm trying to use with it.
i would be emensely greatful for any help you can pass along!
<html>
<head>
</head>
<frameset rows="50,50" border="1">
<frameset cols="70,30">
<frame src="http://www.geocities.com/irona_2/top_pic.html" scrolling="no" "noresize">
<frame src="http://www.geocities.com/irona_2/navig_2.html" scrolling="yes" "noresize">
</frameset>
<frameset cols="30,40,30">
<frame src="http://www.geocities.com/irona_2/empty.html" scrolling="no">
<frame src="http://www.geocities.com/irona_2/fun_1.html" scrolling="yes">
<frame src="http://www.geocities.com/irona_2/empty.html" scrolling="NO">
</frameset>
<noframes>
To view this document, you need a frames-compatible browser such as
Netscape Navigator or Microsoft Internet Explorer.
</noframes>
</frameset>
</html>
AND:
<STYLE>
BODY{
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #CC6600;
}</STYLE>
i'm trying to change the scrollbar color and i just can't get it to work! i'm including the html to the page i'm working on as well as the script i'm trying to use with it.
i would be emensely greatful for any help you can pass along!
<html>
<head>
</head>
<frameset rows="50,50" border="1">
<frameset cols="70,30">
<frame src="http://www.geocities.com/irona_2/top_pic.html" scrolling="no" "noresize">
<frame src="http://www.geocities.com/irona_2/navig_2.html" scrolling="yes" "noresize">
</frameset>
<frameset cols="30,40,30">
<frame src="http://www.geocities.com/irona_2/empty.html" scrolling="no">
<frame src="http://www.geocities.com/irona_2/fun_1.html" scrolling="yes">
<frame src="http://www.geocities.com/irona_2/empty.html" scrolling="NO">
</frameset>
<noframes>
To view this document, you need a frames-compatible browser such as
Netscape Navigator or Microsoft Internet Explorer.
</noframes>
</frameset>
</html>
AND:
<STYLE>
BODY{
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #CC6600;
}</STYLE>