Results 1 to 2 of 2

Thread: DD Ultimate Fade-in slideshow (v2.4) alignment help

  1. #1
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Ultimate Fade-in slideshow (v2.4) alignment help

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem:

    First, great script, works lovely!

    However, I'm building my first site and am having trouble getting the entire slideshow centered between 2 other divs in my main content section. I've tried a few things (right/left float, display: block/inline-block, text-align: center etc.) but can't seem to get it right where I want it.

    I completely understand that it's probably my error so I'm hoping that someone can point me to where I'm going wrong and provide a tip or 2 to try.
    I've included my HTML and CSS for the section. Any help would be greatly appreciated!

    Code:
    <div class="content">
      	<div class="contentwrap">
        <div class="contentscript">
        
        	<h1></h1>
            <p><br />
    	<p><br />
            <p><br />
            <p></p>
            </div>
        
        <div class="slideshowwrap">
        	<div id="fadeshow1"></div>
        </div>
    
    <div class="contentofferswrap">
        
        <ul class="contentoffers">
      
          <li><img src="Images/offerbox.png" width="188" height="165" /></li>
          <li><img src="Images/offerbox.png" width="188" height="165" /></li>
          <li><img src="Images/offerbox.png" width="188" height="165" /></li>
          <li><img src="Images/offerbox.png" width="188" height="165" /></li>
        </ul>
      </div>
    </div>
    ----------------------------------------------------------------------------
    .content {
    	width: 78%;
    	float: left;
    	margin: 2px;
    	padding-bottom: 10px;}
    
    .contentwrap {
    	}
    
    .contentcopy {
    	float: left;
    	padding-left: 5px;
    	padding-bottom: 5px;}
    
    .slideshowwrap {
           float: right;
           margin-top: 15px;
    	}
    
    .fadeshow1 {
    	}
    
    .contentofferswrap {
    	float: right;
    	text-align:center;
    	display: block;}
    Last edited by jscheuer1; 01-16-2013 at 01:24 AM. Reason: format

  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

    Please include 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

Similar Threads

  1. Ultimate Fade-in slideshow (v2.4) Div Alignment Issue
    By DirkM in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 04-10-2012, 04:45 PM
  2. Ultimate Fade-in slideshow (v2.4) precise pixel alignment within a <td>
    By razman in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 03-09-2012, 07:11 PM
  3. Ultimate Fade-in slideshow (v2.1) - Description alignment
    By Toygrubin in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 10-10-2009, 06:13 PM
  4. Help with Ultimate Fade-In alignment issues
    By windkd in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 08-31-2009, 01:38 PM
  5. Ultimate Fade-In Slideshow picture alignment question
    By nicwarmenhoven in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 10-05-2008, 06:24 PM

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
  •