This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: The "%" in DTD


  Just a correction (regarding table rendering in M$ IE)

----- Original Message -----
> Date: Sun, 17 Jun 2001 14:10:26 +0200
> From: Tobias Reif <tobiasreif@pinkjuice.com>
>
> NN4 has problems with rendering large tables; IE5 does that better;
> NN6/Moz can render progressively: the table rows get displayed as the
> are generated and downloaded (in the other two browsers, one has to wait
> for the complete table to be downloaded until the first line gets
displayed)

  IE 5+ allows faster, progressive table rendering if you add a
STYLE="table-layout:fixed" attribute to the (HTML) table tag. This way IE
calculates the table width
(columns have fixed, same width) before reading all data so it can start to
display table rows as they are transferring. More info at
http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/author/tables/table
s_overview.asp.
  Well, just a tip for faster displaying - though one should always enhance
server-side handling first.

Sergej Rinc, Certified Doc-To-Help Trainer
Master XML, Master XSL, Master WAP
Member, International Webmasters Association http://iwanet.org
mailto:sergej@rinc.ws, http://sergej.rinc.ws



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]