Results 1 to 3 of 3

Thread: Centering "Ultimate Fade In" on the web page

  1. #1
    Join Date
    Oct 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Centering "Ultimate Fade In" on the web page

    1) Script Title: "Ultimate Fade In"

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: I created a web page using the Slide Show "Ultimate fade in and it looks great and behaves properly with one exception, I can't get the slide show to CENTER on the webpage. Anyone have any ideas on how to accomplish this?

    Thanks!!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    Last edited by Nile; 11-01-2009 at 01:57 PM.
    Jeremy | jfein.net

  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

    Nile is right in requesting a link to your live page because we cannot realistically know what your existing code is like, and that would influence how this question should be answered.

    However, in an effort to save us all a bit of time, if your page has a valid URL DOCTYPE, the way to center anything within its parent element is to give it a style of margin: 0 auto;

    So, for example, if your slide show is shown in this element:

    HTML Code:
    <div id="fadeshow1"></div>
    You may:

    HTML Code:
    <div id="fadeshow1" style="margin: 0 auto;"></div>
    or apply that style to that element via your stylesheet.

    Back to Nile's wisdom, if you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - 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
  •