View Single Post
Old 09-22-2014, 05:59 AM   #1
1v4n0
Groupie
1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.1v4n0 writes the songs that make the whole world sing.
 
Posts: 173
Karma: 40000
Join Date: Oct 2013
Device: kindle
text sticking to the bottom of the page

Hello.

I was wondering, is it possible to have some text stick to the bottom of the page in the e-reader? Some printed books use this layout, for example for some description of the incoming chapter.

I found this css, which works but has an issue: when the text is too long, or when the font is too big, the upper part disappears - both the text in the "footer" and everything else above it in the same file.

Code:
{
 position:fixed;
 bottom:0em;
   }
I'd like something that makes the text stick to the bottom, but that splits it across as many page-views as needed, if needed.

Hope I made ms clear
1v4n0 is offline   Reply With Quote