I tried the Bullet resistant version of this example and works ok in html. But I was wondering how to insert <DIV> tag in between the pagination bar and the actual TABLE that's starts the results display if I have the pagination bar at the top. If I just put the <DIV> tag right before my display:table, it also includes the pagination stuff inside the scroll bar.
Also cannot figure out how to set the style to TBODY as it is a little bit confusing. I am not sure if you guys wrote this stuff but can you advise me if you have any idea how to achieve this. Thanks very much Gnan -----Original Message----- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 5:30 PM To: [EMAIL PROTECTED] Subject: Re: [displaytag-user] Scrollbar in the Table The example in the FAQ should work for you. http://www.imaputz.com/cssStuff/bigFourVersion.html The easiest thing to do is set "overflow: auto" for the <tbody> tag and then set a height (in CSS) on the tbody as well. This gives you a scrollbar in Mozilla, but not in IE. Overflow: auto only works on <div>s in IE. Matt On Nov 11, 2004, at 3:22 PM, Shabada, Gnaneshwer wrote: > > Thanks for your reply Matt. So is it just because IE doesn't support > some > css elements or something else? Is there a work around for this to > make it > work in IE? > > Gnan > > -----Original Message----- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 11, 2004 5:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [displaytag-user] Scrollbar in the Table > > > There's an answer at the bottom of the FAQ: > http://displaytag.sourceforge.net/faq.html. > > The truth is this is easy to do in Mozilla/Firefox, but doesn't work > very well with IE. > > Matt > > On Nov 11, 2004, at 2:41 PM, Shabada, Gnaneshwer wrote: > >> Hello All, >> >> I was wondering if there is any feature to display a scrollbar in the >> table >> of results. The scenario would be if I want to display 25 rows and >> only have >> enough space to display 10, then I would need a scrollbar so that user >> can >> scroll to see the other 15 results. Does displaytag has anything like >> that? >> or is it planned for future? >> >> TIA >> Gnan >> >> ====================================================================== >> = >> = >> This email message is for the sole use of the intended recipient (s) >> and may >> contain confidential and privileged information. Any unauthorized >> review, >> use, disclosure or distribution is prohibited. If you are not the >> intended >> recipient, please contact the sender by reply email and destroy all >> copies >> of the original message. To reply to our email administrator directly, >> send >> an email to [EMAIL PROTECTED] >> Toys "R" Us, Inc. >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: >> Sybase ASE Linux Express Edition - download now for FREE >> LinuxWorld Reader's Choice Award Winner for best database on Linux. >> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click >> _______________________________________________ >> displaytag-user mailing list >> [EMAIL PROTECTED] >> https://lists.sourceforge.net/lists/listinfo/displaytag-user > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > displaytag-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > ======================================================================= > = > This email message is for the sole use of the intended recipient (s) > and may > contain confidential and privileged information. Any unauthorized > review, > use, disclosure or distribution is prohibited. If you are not the > intended > recipient, please contact the sender by reply email and destroy all > copies > of the original message. To reply to our email administrator directly, > send > an email to [EMAIL PROTECTED] > Toys "R" Us, Inc. > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > displaytag-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user ======================================================================== This email message is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to [EMAIL PROTECTED] Toys "R" Us, Inc. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

