scrolling text on a web page

Associate
Joined
28 Sep 2003
Posts
747
Location
lincs
hi all, is there some software or a way in dreamweaver or an easy way to add a box onto a webpage, where in it, is text which you can scroll up and down by means of a slider on the right handside of the box.

similair to a standard web page

im not good at script

any links to a tutorial?

cheers guys cocker92
 
You could do it with a div and css.

i understand the first bit (div tag) but i dont understand what you mean about the css bit (im sorry but i did say i dont know much about script)

:rolleyes:

you say in css add

#scroll {
width:100px;
height:100px;
overflow:auto;
}

where do i do this in dreamweaver 8??
 
Back
Top Bottom