help with scrollbars with frames

liunx

Guest
i cant get the scrollbars out of my frames site.. i have three sections and they all have up and down scroll bars which i want to eliminate on two of them<!--content-->Some source would be nice so we could see what you are doing right or wrong.<!--content-->oh sry.. herees my index.html::<br />
<html><head><link rel="SHORTCUT ICON" href=http://www.htmlforums.com/archive/index.php/"http://www.angelfire.com/rock3/redhotaudioaddiction/favicon.ico"></head><br />
<style><br />
<!--<br />
BODY{<br />
scrollbar-face-color:#C0C0C0;<br />
scrollbar-arrow-color:#FFFFFFF;<br />
scrollbar-track-color:#C0C0C0;<br />
scrollbar-shadow-color:#DBDBDB;<br />
scrollbar-highlight-color:#DBDBDB;<br />
scrollbar-3dlight-color:#000000;<br />
scrollbar-darkshadow-Color:#000000;<br />
}<br />
--><br />
</style><br />
<STYLE TYPE="text/css"><br />
<!--<br />
BODY, P, TD {<br />
font-family: verdana;<br />
font-size: 7pt;<br />
color: #000000; text-transform: none; cursor: none<br />
}<br />
A:link, A:visited {<br />
color: #000000;<br />
text-decoration: none; text-transform: none; cursor: none<br />
}<br />
A:hover {<br />
color: #C0C0C0;<br />
text-decoration: bold; text-transform: none; cursor: none; font-weight: bold}<br />
a:special { color:#FFFFFF; cursor:none; }<br />
--><br />
</style><br />
<head><br />
<title>Ludacrous Speed</title><br />
</head><br />
<FRAMESET ROWS="21,79" BORDER="0"><br />
<FRAME NAME=TOP SRC=http://www.htmlforums.com/archive/index.php/"top.html"><br />
<FRAMESET COLS="22,78" BORDER="0"><br />
<FRAME NAME=LEFT SRC=http://www.htmlforums.com/archive/index.php/"sidebar.html"><br />
<FRAME NAME=RIGHT SRC=http://www.htmlforums.com/archive/index.php/"main.html"><br />
</FRAMESET><br />
<BODY BGCOLOR="#C0C0C0" leftmargin=0 topmargin=20></body><br />
</html><!--content-->Originally posted by GuitARfREak101 <br />
<br />
<FRAMESET ROWS="21,79" BORDER="0"><br />
<FRAME scrolling="auto/no/yes" NAME=TOP SRC=http://www.htmlforums.com/archive/index.php/"top.html"><br />
<FRAMESET COLS="22,78" BORDER="0"><br />
<FRAME scrolling="auto/no/yes" NAME=LEFT SRC=http://www.htmlforums.com/archive/index.php/"sidebar.html"><br />
<FRAME scrolling="auto/no/yes" NAME=RIGHT SRC=http://www.htmlforums.com/archive/index.php/"main.html"><br />
</FRAMESET><br />
<br />
<br />
Choose one of the options in scrolling: Auto shows scroll bar only when needed, Yes means it will always be there, no means it will never be there.<!--content-->
 
Back
Top