adding a frame scrollbar?

liunx

Guest
can you help me how to add a frame scroll bar to my website?<br />
<br />
I want it to contain Links...<br />
<br />
<br />
Here is an Example (<!-- m --><a class="postlink" href="http://www.galad.vze.com">http://www.galad.vze.com</a><!-- m -->) And look to the left of the website and there is another scroller for his links and stuff.... how do u add one?<!--content-->a scrollbar is present by default in a frame, unless content does not overflow. do you know how to make a frame?<br />
<br />
<frameset rows="20%,80%" border=0 frameborder=0 framespacing=0><br />
<frame src=http://www.htmlforums.com/archive/index.php/"path/to/page1.html" name="frame1"><br />
<frame src=http://www.htmlforums.com/archive/index.php/"path/to/page2.html" name="frame2"><br />
</frameset><br />
<noframes><br />
<body><br />
Your browser does not support frames.<br />
</body><br />
</noframes><!--content-->wether you want scrollbars or frames or whatever, this code enables you to change the colour of your scrollbars<br />
<br />
<HEAD><br />
<STYLE TYPE="text/css"><!--<br />
BODY {<br />
scrollbar-arrow-color:#000000;<br />
scrollbar-track-color:#6598FF;<br />
scrollbar-shadow-color:#1441FA;<br />
scrollbar-face-color:#1460FA;<br />
scrollbar-highlight-color:#FFFFFF;<br />
scrollbar-darkshadow-color:#000000;<br />
scrollbar-3dlight-color:#6598FF;<br />
}<br />
//--></STYLE><br />
</HEAD><br />
<br />
an easy yet effective way of making something so little, a big part of the site.... and colour coded 2.<br />
<br />
Joe<!--content-->
 
Back
Top