Oops disregard the background-color:##31659C; I copied out of one of my CF
pages.

----- Original Message -----
From: "Bryan LaPlante" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 1:06 PM
Subject: Re: SCROLLABLE TABLE IN JSP


| Try this one on for size and see if it works for you.
|
| <STYLE>
|
|  .headerTable TH{
|   color: highlighttext;
|   font-size:8pt;
|   font-family:helvetica;
|   text-align:left;
|   background: highlight;
|   padding-left: 5;
|   padding-right: 5;
|   border-top: 1 solid threedhighlight;
|   border-left: 1 inset threedhighlight;
|   border-right: 1 inset threedshadow;
|   border-bottom: 2 outset threedshadow;
|   cursor: hand;
|  }
|  .listTable{
|   width: 100%;
|   background-color:##31659C;
|   cursor: default;
|   border-top:0;
|  }
| </STYLE>
|
| <DIV STYLE="width:200; height:100; overflow:auto;">
| <TABLE ID="ApplicationList" CLASS="listTable" STARTROW="1"
| SORTANYWHERE="false">
|  <TR CLASS="headerTable">
|   <TH>Application</TH>
|   <TH>Description</TH>
|  </TR>
|  <TR>
|   <TD>SDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDF</TD>
|   <TD>SDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDFSDF</TD>
|  </TR>
| </TABLE>
| </DIV>
|
| Bryan LaPlante
| 816-347-8220
| [EMAIL PROTECTED]
| http://www.netwebapps.com
| Web Development
| ----- Original Message -----
| From: "chintha ratnasiri" <[EMAIL PROTECTED]>
| To: <[EMAIL PROTECTED]>
| Sent: Friday, July 06, 2001 11:33 AM
| Subject: SCROLLABLE TABLE IN JSP
|
|
| | Hi,
| | Can anyone tell me or point to a resource where I can find how to
display
| | table contents in a scrollable table format on a jsp page? This table
has
| a
| | lot of columns, so if I use <DIV STYLE="overflow: auto> I do not know
how
| to
| | deal with the headers when we scroll horizontally. Thanks for any hints.
| | Chintha
| | _________________________________________________________________
| | Get your FREE download of MSN Explorer at http://explorer.msn.com
| |
| |
|
===========================================================================
| | To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
| JSP-INTEREST".
| | For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
| DIGEST".
| | Some relevant FAQs on JSP/Servlets can be found at:
| |
| |  http://java.sun.com/products/jsp/faq.html
| |  http://www.esperanto.org.nz/jsp/jspfaq.html
| |  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
| |  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
| |
|
|
===========================================================================
| To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
| For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
| Some relevant FAQs on JSP/Servlets can be found at:
|
|  http://java.sun.com/products/jsp/faq.html
|  http://www.esperanto.org.nz/jsp/jspfaq.html
|  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
|  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
|

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to