
Originally Posted by
jwb3d
How do if use the Book Flip Slideshow as a background.
In other words I would like to have text boxes and buttons as well as images on the page.
Unless you are using an advanced version of this script, there are no text boxes or buttons associated with it. If there are other text boxes and buttons on the page, they can appear wherever you want them to, if laid out properly.
Please post a link to the page on your site that contains the problematic script so we can check it out.
We need to see your layout to correct it properly but, I suspect that the:
HTML Code:
<div id="Book" style="position:relative">
needs a height and width assigned to it equal to the height and width of the placeholder image, something like:
HTML Code:
<div id="Book" style="position:relative;width:227px;height:144px;">
Bookmarks