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]
Other format: [Raw text]

Re: view text size


[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


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