FW: Positioning inline objects

-----Original Message-----
From: Bovone Stefano [mailto:Stefano.Bovone@elsag.it]
Sent: mercoledì 19 gennaio 2000 14.51
To: xsl-list@mulberrytech.com
Subject: Positioning inline objects



Sorry for my English, I hope you can understand me.

I know a little CSS: one thing I can do using CSS and positioning is the
offsetting of a word (or more words) from there position.

Example:

<div>
this is a test. This is a test <span style="position: relative; top:
2cm;">This is another test</span> This is a test.
</div>

I obtain samething like this:

					 This is another test.
This is a test. This is a test.				This is a test.


How could I obtain the same result using XSL ?
fo:inline doesn't support Common Absolute Position Properties.

Bye.


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

Received on Monday, 14 February 2000 03:29:32 UTC