Results 1 to 2 of 2

Thread: Position Ultimate Fade-In Slideshow

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

    Default Position Ultimate Fade-In Slideshow

    1) Ultimate Fade-In SlideShow

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

    3) Describe problem: I have inserted this script in my page and it is working. However I would like to position it in the center of my content div and can't figure out what I am doing wrong. I added the following to my css:
    #fadeshow1{
    margin: 0 auto;
    }
    This centered it horizontally, but I would also like to add some space at the top. Any help would be appreciated. Thank you.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Have you tried just adding some top margin using CSS, such as:

    Code:
    #fadeshow1{
    margin: 5px auto 0 auto;
    }
    DD Admin

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
  •