I'm trying to put a gif in the header, and doesn't seems to work.
key elements of my css are :
Now, if I have a
It does works most of the time : it doesn't work if the page starts with a box element
if the code is
then… nothing happends…
I can post the complete sources of my tests if needed.
by advance, thx.
key elements of my css are :
@page {
size: A4;
margin: 8mm;
@top { content: flow(header) }
}
#head {
flow: static(header);
}
Now, if I have a
<div id="head">
test header
</div>
It does works most of the time : it doesn't work if the page starts with a box element
if the code is
<div id="head">
<img src="logo.gif" alt="A Nice Picture"/>
</div>
then… nothing happends…
I can post the complete sources of my tests if needed.
by advance, thx.