Results 1 to 3 of 3

Thread: DIV Content help - Dynamic Content Slider

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

    Default DIV Content help - Dynamic Content Slider

    Hey I'm trying to add the Dynamic Content Slider into my website. I have everything correct and the slider appears in the site, its just that there is no content, just blank. I would just like to have one main picture for each slide that is hyperlinked when clicked.

    This is my code for the slider:

    <div id="slider1" class="contentslide">

    <div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
    </div>

    <div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
    </div>

    <div class="contentdiv" style="background: url(http://www.blahblah.jpg) center left no-repeat">
    </div>

    </div>

    <div class="pagination" id="paginate-slider1"></div>

    <script type="text/javascript">
    //Define: ContentSlider("slider_ID", [autorotate_miliseconds], [custompaginatelinkstext], [customnextlinktext])
    ContentSlider("slider1", 3000)

    </script>

    Is there something wrong? Nothing shows in the slider. Again I would just like one image for each slide that is linked to a page...no text or anything. Any help?

  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

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.


    Please post a link to the page on your site that contains the problematic script so we can check it out.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

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
  •