Quote:
Originally Posted by Turtle91
I didn't see what css you are using. I would imagine you have something in there that causes the bottom to push off the page.
I set the text you had at the top to be vertically centered just to show that you could have multiple sections with different vertical values. Aligned to the top is standard behavior so you shouldn't need to do anything special for that...again, it may be something in your css - large bottom margin perhaps??
|
I posted the CSS for my version in #5 above,
https://www.mobileread.com/forums/sh...86&postcount=5 This has the bottom stuff visible.
I used your CSS for the other version.
No bottom margin for the last line of top text or anything on the bottom portion.
We both use position:fixed, but I use bottom:0 (or :1.2em), while you use vertical-align:bottom. Perhaps that's the issue?