scroll up-down

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!
ggy [ Mo, 14 April 2008 01:24 ] [ ID #1941931 ]

RE: scroll up-down

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.

"ggy" wrote:

> 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!
DanL [ Mo, 14 April 2008 21:26 ] [ ID #1941949 ]
Microsoft » microsoft.public.frontpage.client » scroll up-down

Vorheriges Thema: OPENING A LINK IN A NEW BROWSER WINDOW
Nächstes Thema: multiple bookmarks in a single inline frame