Re: [xsl] view text size

Subject: Re: [xsl] view text size
From: "Thomas B. Passin" <tpassin@xxxxxxxxxxxx>
Date: Mon, 26 Aug 2002 11:20:58 -0400
[x calibre]
> i have an xsl page which is calling a .css
> when viewing the page in IE 6 and then going to View -
> Text Size - Larger or Smallest etc in the toolbar, the
> text on the screen remains the same. nothing changes.

It is design issue of the css, not xslt.  Most likely, the font sizes are
specified in absolute units like px.  In most browsers (at least, with their
ordinary settings), the stylesheet controls the result, therefore the
display sizes cannot be changed.  It is better to use relative sizes, like %
or em.  Then the browser text size controls will work.

Cheers,

Tom P




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


Current Thread