Forum Moderators: open

Message Too Old, No Replies

news-box window that scrolls

         

Makaveli2007

12:04 pm on Oct 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I want to use a newsbox on the right side of my website (which will contain the recently added information for every category (mostly a resource site that links out to relevant stuff)). Can I simply set a fixed size for that newsbox and then a scrollbar will appear if the content in it is too much?

thanks!

PS: Of course, I could test this/and will if nobody knows the answer, but I'm still pretty much a beginner at html/css and it'd probably take me half an hour to write the code I'll need to test this! lol

tedster

6:27 pm on Oct 12, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It sounds like all you need is to set a specific width and height for the div, with the added rule overflow:auto;

Makaveli2007

7:31 am on Oct 13, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



thanks