View Single Post
Old 12-30-2016, 01:41 PM   #1
chaot
Head of lunatic asylum
chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.chaot will give the Devil his due.
 
chaot's Avatar
 
Posts: 349
Karma: 77620
Join Date: Jun 2012
Location: UTC +1
Device: Tolino Vision 3HD
Title page: Part above, part below?



Issue: Title page. Part of the title should appear above, other part below. How to do?

HTML
Code:
   <h1>Title</h1>

  </div>

  <p>Explanation</p>

  <div class="absolute">

    <p>Advice</p>

  </div>
CSS
Code:
div.absolute {
  position: absolute;
  bottom: 0;
Works fine in calibre file preview - but not in my e-reader.

Last edited by chaot; 01-03-2017 at 05:46 AM. Reason: remove HTML & CSS from code box
chaot is offline   Reply With Quote