Subject: RE: how to add scrolling to table in xsl
From: "Amargos Carreras, Albert" <aamargos@xxxxxxxxxxx>
Date: Thu, 24 Apr 2003 16:08:06 +0200
|
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.Puri@xxxxxxxxx]
Sent: jueves, 24 de abril de 2003 16:08
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: 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
|