scroll up-down

G

ggy

Hi, I would like to create an up-down scroll to the right side of the cell in
a table. Could someone explain me step by step how can i do this. i am not an
advanced programmer. beginner, please write down step by step, don't know
html programm language. thanks a lot!
 
D

Dan L

I think the easiest way would be to put a <div> in the cell that you want to
scroll. In code view locate the cell <td> and within that <td> place this
<div>:

<div style="border: 2px solid navy; background: white; overflow-y:scroll;
width:400px; height:300px">This is a div.<br>
It has a set width and height, and a vertical scroll bar.<br>
Scroll down for more<br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <br><br><br><br><br><br><br><br><br><br>
<br>more</div>

See if that does what you want. You can alter the width and height to your
needs. Alter the border color and background color to your needs also.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top