Thread: Scroll Bar for text within page.
Results 1 to 2 of 2
Related
-
How to have a div that follows you down the page as you scroll? Forum: Javascript Forum
Replies: 1 -
Making a scroll bar within a page Forum: HTML Forum
Replies: 6 -
How to get my page content text to show up before navigation text for improved SEO Forum: HTML Forum
Replies: 0 -
Changing Color of Text Box Scroll Bar Forum: HTML Forum
Replies: 4 -
Changing Text Box Scroll Bar Color Forum: HTML Forum
Replies: 1
-
02-04-2005, 03:00 PM #1
Scroll Bar for text within page.
Hi everyone,
This is my first post so go easy on me. I'm not very great at page building, html, etc. but I'm getting there I guess. I made an example of what I am trying to do so that someone might be able to help me. www.geocities.com/firstlight_music/practice
Anyway, if you see where the NEWS section is, I'm trying to put a scroll bar in that box so that I can have more text. If anyone could give me a code for that, it would be great!!! Thank you for any help!
-Rob
-
02-04-2005, 04:08 PM #2
Here's what I did... I'm sure there are other ways... but I tossed an IFRAME inside of that DIV area you created for the news.
Code:<div style="position:absolute;left:534;top:328;width:246;height:375;"> <table width=246 height=375 border=0 cellpadding=0 cellspacing=0><tr valign="top"> <td bgcolor="#1E1E1E"> <iframe name="I1" height="100%" width="100%" src="new_page_2.htm"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe></td> </tr></table></div>
Hope this helps!
-David