Results 1 to 4 of 4

Thread: Fade-in slideshow

  1. #1
    Join Date
    Sep 2005
    Posts
    15
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question Fade-in slideshow

    Script: DD Fade-in Slideshow

    It's a great script, but I can't seem to figure out how to adjust the positioning of the slideshow? By default it positions itself at the top left corner of the screen. I would like to position the slideshow in the center of the screen.

    I would appreciate help with this.

  2. #2
    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

    Just put it wherever you want it, as if the entire script were a single image. To center it on a page that has nothing else on it:

    <center>
    script goes here
    </center>
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2005
    Posts
    15
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thank you John. The <center> tag which you recommended allows me to center the fade-in image slideshow horizontally on the screen, but not vertically. Is there a way I can position it exactly so many pixels from the top and so many from the left? I tried positioning it as I would an image by inserting it into a div tag, but that didn't quite work. Any suggestions?

    dcullture

  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

    Well, it depends upon how you would do that for an image. This will work:
    HTML Code:
    <div style="position:relative;top:200px;"><center>
    script goes here
    </center></div>
    - 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
  •