Re: scrollbar

by "Jens Brueckmann" <lists(at)j-a-b.net>

 Date:  Sat, 18 Dec 2004 15:20:24 +0100
 To:  "hwg-techniques(at)hwg.org" <hwg-techniques(at)hwg.org>
 References:  earthlink
  todo: View Thread, Original
On Sat, 18 Dec 2004 07:40:54 -0500, Terry Goode <tgoode(at)earthlink.net>  
wrote:

> How do i add a scrollable to a text page included in to a table?
> ok i have a table on a page, the table is set to height and width  
> restrictions and i am "including" a page of text and need to have it  
> scrollable, any suggestions ?

Hi Terry,

although I am not quite sure what you mean by "including a page of text"  
the following style and markup might answer your question.

Style:

   div#paging {
     width: 100%;
     height: 100%;
     overflow: scroll;
   }

Markup:

   <td>
     <div id="paging">
       YOUR TEXT
     </div>
   </td>


Cheers,

jens



-- 
Jens Brueckmann
http://www.j-a-b.net/

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA