View Single Post
Old 05-26-2009, 10:52 AM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,983
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
I have not tried your sample on my 505. But I did fix the problem in ADE for Windows.

In the CSS you have the following...
Code:
div.Infokasten {
    background: url(images/bg_infobox.png) no-repeat left top;
    border-top: 1px solid #000;
    font-family: "Arial", sans-serif;
    font-size: .85em;
    margin: 1em 0 1em 1em;
    padding: .6em 0 0 .6em;
}
If I delete
Code:
     background: url(images/bg_infobox.png) no-repeat left top;
from the CSS, it works fine.

Might be a good idea to remove all images from the CSS and put them in the XMTML code instead.
JSWolf is offline   Reply With Quote