Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Book Flip Slideshow Centering and Buttons

  1. #1
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Book Flip Slideshow Centering and Buttons

    Hello -



    I have the Book Flip working but am having trouble getting it to center in my table that has 3 columns.

    I also want to add buttons to control the Book Flip with buttons but am having trouble with that as welll. I want the buttons to look like this:

    http://www.lockstonedesign.co.uk/

    I am very new at this so am not sure where to put and what code to put in. I looked at the example here but I still was confused and I don't want the extra buttons:

    http://www.burmees.nl/menu/bookextended.html

    I was able to get the buttons viewable at one point but they did not work.

    Here is my file:http://www.ados.net/~vanover/edge/bookfliptest.html

    I appreciate any help and I apologioze for my ineptness! I don't know dhtml.

    Many thanks and for a great forum!

    fmv

  2. #2
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can anyone please help me with this?

    Thank you!

  3. #3
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    From the Instructions:
    width = 2*book image width +4 height = book image height+2
    For your placeholder, that would be:

    Code:
    	    <div id="Book" style="position:relative">
    		    <img src="placeholder.gif" width="644" height="222">
              </div>
    Also, due to rendering differences among browsers, it would be a good idea to include the height for the div as well:

    Code:
    	    <div id="Book" style="position:relative;height:222px;">
    		    <img src="placeholder.gif" width="644" height="222">
              </div>
    About the controls, I'd use the extended controls script from the author and your controls markup, editing then to use the author's activation. If you have trouble with that, put up a demo using the author's script with the controls and the HTML for your controls below that and I'll adapt them for you.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Other than the fact that:

    http://www.ados.net/~vanover/edge/images/kayaking2.jpg

    appears to be missing, this worked fairly well:

    Attachment 357
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jun 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I like how this script works. Other than the instructions given on http://www.dynamicdrive.com/dynamicindex14/bookflip.htm , where are the extended controls from the author of this script?

    Is it possible to start the script with the book closed and require the user to click next in order to see the inside contents?

    Also, would it be possible to have more than one book on a page?

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    http://www.burmees.nl/menu/bookextended.html

    Just about anything is possible. It is just a question of how much code needs to be written to accomplish it. Starting closed probably could be arranged using the extended version and setting the default state to manual instead of auto and using beginning images that look like the book's cover.

    A nice touch with this approach might be to swap out these beginning images once the show starts, so that the 'covers' would not reappear unless the page were reloaded.

    Coding for multiple books on a page would probably be quite complex but, if additional books were on separate pages and shown on the main page through a borderless iframe, that wouldn't be too difficult to set up.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. #7
    Join Date
    Jun 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John. I'll play with those extended controls, and the iframe idea will work very well for my purposes.

  8. #8
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi John-

    Sorry, been sick! Appreciate your response. It looks a little better, but now is to the left - still not centered. Here is the updated version:

    http://www.ados.net/~vanover/edge/bookfliptest.html

    Thank you very much!

    Frieda :-)

  9. #9
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have it centered now - the middle cell was off 4 pixels.


    Thank you so much! You are awesome, John!

    Frieda :-)

  10. #10
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by fmv503
    Hi John-

    Sorry, been sick! Appreciate your response. It looks a little better, but now is to the left - still not centered. Here is the updated version:

    http://www.ados.net/~vanover/edge/bookfliptest.html

    Thank you very much!

    Frieda :-)
    Did you download and open this attachment? I worked out the controls for you in that:

    http://www.dynamicdrive.com/forums/a...7&d=1148615691
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •