View Single Post
Old 05-04-2014, 09:44 AM   #12
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,835
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Doitsu View Post
Unfortunately, you're right. Neither Rubén's code nor the code used by Zelda and Jellby worked with the current IOS and OSX versions of iBooks...
I was thinking a bit regarding this problem and maybe I found something

In the .xhtml file goes:

Code:
<div class="Box1"><img width="200" height="300" alt="" src="../Images/UpsideL.png" /></div>

<div class="Box2"></div>
And in the css stylesheet:

Code:
p {
  text-align: justify;
  margin: 0;
}

.Box1 {
  float: left;
  width: 90px; /* widht of the vertical part of the "L" + 10px for right margin */
  height: 300px; /* height of the image */
}
	
.Box2 {
  float: left;
  width: 120px; /* width of the horizontal part of the "L" */
  height: 100px; /* height of the horizontal part of the "L" */
}
Could you (or you, Alex) test the epub attached to this post in iPad to see how does it work? In ADE looks fine.
Attached Files
File Type: epub L-Shape II.epub (3.1 KB, 224 views)
RbnJrg is offline   Reply With Quote