Re: [css2xslfo-support] Headlines
Brought to you by:
wdonne
From: <wer...@re...> - 2005-05-17 14:46:22
|
Hi Andreas, I'm sorry, but the manual doesn't say that you need at least one @page rule for it to work. Without an @page rule the User Agent page set-up is generated. The regions are then not taken into account. I'll update the manual. There are two other problems with your example. You should declare the XHTML namespace (xmlns="http://www.w3c.org/1999/xhtml" on html). Comments starting with "//" are not valid in CSS. You should use "/* ... */". The CSS parser appears to loose track because of this. Regards, Werner. Andreas Jung wrote: > > > > --On Dienstag, 17. Mai 2005 13:20 Uhr +0200 Werner Donné > <wer...@re...> wrote: > >> Andreas, >> >> That is because div.top should have the "height" property. Because >> of its absence nothing is generated for div.top and hence also >> not for its child span.mark, for which the retrieve-marker code >> would have been generated. >> >> Werner. > > > I added "height: 100pt" to the div.top declarations but it does make a > difference. > > Andre > as -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300 Tienen tel: (+32) 486 425803 e-mail: wer...@re... |