scrollbar question?

liunx

Guest
Ok this is my question<br />
<br />
If you go to homegrownonline.com It has a scrollbar just like anyother site but where it has the news there is also a second scrollbar for the news. <br />
<br />
How could I do this?<!--content-->They use an <iframe> or an inline frame. What it is is basically a small window inside the main window. They have news.html in the <iframe> The code is something like this:<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"news.html" border="0"><!--content-->
 
Back
Top