Inline images cover up text
Hi, I'm searching high and low for an answer and haven't found it yet.
My EPUBs are viewed in iBooks. When an image (like an icon or equation) is in the middle of a list item, the inline image covers up the text.
The bullet itself is in a separate div. (Don't ask..that's how the converter works.) The text itself is a hanging indent. Here's the definition:
{
line-height: 1.25em;
margin: 0.35em 0 0.45em 1.45em;
text-align: Left;
text-indent: -1.45em;
}
When I change the style in the source file to "body", the inline image displays fine.
Has anyone run into this problem?
Last edited by loring; 01-18-2015 at 02:50 PM.
|