Click to See Complete Forum and Search --> : how to put a scrollbar on a cell??


elainebludfairy
07-26-2006, 04:44 PM
will someone help me please on how can i insert a scroolbar in a cell??

theres a portion on my site which has a long content.. and i want to maintain the screen on top of the page..

thank you :) !!
please help!! please!!

JPnyc
07-26-2006, 05:51 PM
Add overflow:scroll or overflow:auto to the css for that element. I don't know how do accomplish that in dreamweaver or frontpage though.

Wiz Creations
07-26-2006, 06:21 PM
I don't think you can do it with a table (if that's what you mean by cell). You have to use a div. If you are using a table, just put a div inside that cell with the width and height = to that of the cell, then add the overflow:scroll; style

elainebludfairy
07-28-2006, 12:32 AM
er.. can you guys give me a sample code :o please!!

the cell is in td tag (<body> <table> <tr> <td>)

um.. dimension of that cell: w=805 h=530

..am trying to do both your advice but i must be doing it wrong coz its not working..

elainebludfairy
07-28-2006, 03:34 AM
er.. cancel that!! i have figured it out thanks to JPnyc & Wiz Creations !!

..
:)