English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

No Javascript, CSS will work

2006-09-08 11:38:04 · 3 answers · asked by McLad 2 in Computers & Internet Internet

ONLY HTML and it must be a vertical scroller

2006-09-08 12:42:32 · update #1

3 answers

Do you mean a scroll bar?

Not sure your exact question, but possibly two solutions.

1. CSS
2. HTML Frames

For CSS, just create a DIV element in CSS and set the overflow as you like it. You can add the CSS code at the start of your html page if you don't want to load a separate sheet.

eg.




NOTE: setting overflow to "auto" means the bar appears horizontally and/or vertically as needed. If you set it to "scroll" the scroll bar appears as both horizontal and vertical. So far as I know you can't specify one or the other.

Then in your html, just reference you DIV:


your text in a scroll or the overflow setting of your choice...



2006-09-08 11:47:41 · answer #1 · answered by Anonymous · 0 0

You can't do a scroller in CSS. CSS is for styles and layout and nothing else.

2006-09-08 11:46:55 · answer #2 · answered by Anonymous · 0 1

n/a

2006-09-08 11:56:00 · answer #3 · answered by samantha wilson 5 · 0 1

fedest.com, questions and answers