Thank you very much for your answers.
I give you an update:
iBooks doesn't render this code, the problem is that I have to build an epub with many pages containing 4 divs, here is a pseudo-code:
<div height:100%>
<div height:5%>content..</div>
<div height:45%>content..</div>
<div height:5%>content..</div>
<div height:45%>content..</div>
</div>
I have found Gitden Reader for Android that works quite fine in extended mode, but iBooks seems to fit the page based on content.
If I write in the last internal div words that don't fill an height of 45%, iBooks renders the div smaller than 45%, and obviously the main div is not 100% high..
I have found this trouble on other readers, like Marvel too..
|