Scrolling

Contributor
10Mar2009,17:48   #1
Carlos's Avatar
Hi! everyone, please tell me how to activate scrolling on my webpage, using ASP.Net 2.0 (VS 2005)

MY SAMPLE WEB SITE
but when i resize my window (small), the whole text gather like this...
MY
SAMPLE
WEB SITE
so! tell me how can i activate scrolling, so that it remain same.
Go4Expert Founder
10Mar2009,18:56   #2
shabbir's Avatar
There are some Javascript scrolling but you can also use the <MARQUEUE> HTML Tag
Contributor
10Mar2009,22:24   #3
Carlos's Avatar
Sorry! I haven't explained properly, I don't want to move text around. I want page scroll bar.
When i resize(small) my browser the text gather like this....

Please! See the difference



I want scroll bar at that time, like all websites have....
Go4Expert Founder
10Mar2009,22:32   #5
shabbir's Avatar
You would need to add that into the div which does not wrap and it would not get into new line

Code:
white-space: nowrap;