Hi
I found in the CSS stylesheet some "long hand" values like this one where some spaces seem to be missing.
Code:
margin: 0em0em0em0em;
The cover image uses an inline value
Code:
style="height: 100%;"
Maybe I am wrong, but it would maybe seem safer to add a
width percentage because this percentage alone can work only if the image is contained within its own page and could cause problems in continuous scroll mode. I remarked that the W3S did not provide example of
height:100% used alone.
As I do not own old Kindle devices, I can't test your display but your comment about the usefulness of the inline style is quite interesting and I am curious to know the result.