Results 1 to 3 of 3

Thread: Centering Utlimate Fade-in Slideshow

  1. #1
    Join Date
    Jul 2010
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Arrow Centering Utlimate Fade-in Slideshow

    1) Script Title: Centering Ultimate Fade-in Slideshow

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/index.html

    3) Describe problem: When I attempt to center the slideshow, the images get pushed off to one side while the slideshow is shown centered.

    ie. http://www.beckmanart.com/test.html


    Also, off-topic: How would I extend the black opaque subject line to the end (max width of the slideshow) when the user hovers over the slideshow?
    Last edited by rbridgeman; 07-16-2010 at 02:45 PM.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    try this css
    Code:
    #fadeshow1 {
    	position:relative;
    	width:390px;
    	margin-left:auto;
    	margin-right:auto; 
    }
    instead of the <center> tags

  3. The Following User Says Thank You to azoomer For This Useful Post:

    rbridgeman (07-16-2010)

  4. #3
    Join Date
    Jul 2010
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks. That fixed it.

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
  •