Quote:
Originally Posted by AlPe
I guess the "trick" you look for is due to the following two CSS declarations:
Code:
div.fr2 {float:none;height:0cm;text-align:left}
...
img.imgChant {float:none;width:auto}
|
Thanks for looking at this.
I spotted them indeed. But I could not reproduce an EPUB with background images using these two above classes. What happened was that the text was displayed not
over the image but
after it. Why a plain {float:none} would make an image stand
in the background?
EDIT: Doh! maybe it's the underestimated - by me -
height:0, which did this?
I try again. Failed.