Quote:
Originally Posted by Toxaris
That is possible. You define a new background image in each new HTML file. If you want the image to differ between pages, you need to limit the pages to a new HTML file.
|
I'm not sure what you mean when you say "new HTML file". Here is a tutorial I found and was reading last night after you told me what to look for:
Create Rich Layer Publications
http://www.ibm.com/developerworks/we...pub/index.html
This tutorial provides this script (is "script" the right term?):
div[epub|type="chapter"] {
background-image: url('childrens-book-swans.jpg'),
url('childrens-book-flowers.jpg');
background-position: 100% 50%, bottom center;
background-size: 50% auto, auto auto;
background-repeat: no-repeat, repeat-x;
background-color: #fdefc2;
When you say "New HTML" are you meaning a whole new epub file and then combining a bunch of epubs into one larger epub, or adding a 2nd pic similar to the way this tutorial does with the "url('childrens-book-flowers.jpg')" line?
Sorry for my ignorance,
Turk