Problem: positioning text to the bottom-right
Hello all !
I'm trying to create an epub where a part title will be shown on an empty page at the bottom right of the screen, aligned at the very bottom-right and expanding upwards and leftwards as needed... This would be very easy using CSS absolute positioning but this doesn't work with ADE....
I also tried using tables... setting the height at 100% (or even 800px since that's the height of most reader screens) with floating:right and vertical-align:bottom... but that doesn't work either with ADE....
Anybody knows how to do this within the constraints of the epub specs and ADE ?
Cheers
|