xsl-list
[Top] [All Lists]

RE: how to add scrolling to table in xsl

2003-04-24 07:08:06
Within your xsl code, in the place where you show your transformation,
there should be a code like this:

                <div id="contentd" style="position: relative; top:
0px;left: 0px; height: 100px; overflow-y: scroll;overflow-x: hidden;">


</div>


where overflow-y is the vertical overflow and overflow-x is horizontal
(in this case is hidden)

Alberto
-----Original Message-----
From: Puri, Nina [mailto:Nina(_dot_)Puri(_at_)sabre(_dot_)com] 
Sent: jueves, 24 de abril de 2003 16:08
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] how to add scrolling to table in xsl

how can we print long tables using xsl. Is there any concept of table
scroling?

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>