Results 1 to 4 of 4

Thread: Featured Content Slider Default Content

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

    Default Featured Content Slider Default Content

    1) Script Title: Featured Content Slider v2.3

    2) Script URL (on DD): http://new.azbilliards.com/includes/mainadtest.php

    3) Describe problem: I am using the Javascript links to handle the pagination and they work fine, but for some reason I am not getting an initial piece of content showing.

    Any ideas?

    Mike

  2. #2
    Join Date
    Jul 2008
    Posts
    199
    Thanks
    6
    Thanked 58 Times in 57 Posts

    Default

    HTML Code:
    <body onLoad="javascript:featuredcontentslider.jumpTo('slider2', 1)">
    TO
    HTML Code:
    <body onLoad="featuredcontentslider.jumpTo('slider2', 1)">
    Sorry, my bad. That won't work.
    Last edited by techietim; 07-01-2008 at 01:10 PM.

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

    Default

    In your css file: http://new.azbilliards.com/contentslider.css.
    Find the following line.
    Code:
    .sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: 10px solid navy;
    border-bottom-width: 6px;
    width: 434px; /*width of featured content slider*/
    height: 300px;
    }
    Now look at the following examples:
    overflow:yes; : http://niler.net/examples/scroll.php?type=yes
    overflow:visible; : http://niler.net/examples/scroll.php?type=visible
    overflow:auto; : http://niler.net/examples/scroll.php
    Change the highlighted one to your wants.
    Here's some more css overflow examples: http://www.w3schools.com/Css/pr_pos_overflow.asp
    Tim: Putting javascript: in JavaScript attributes makes it validate in more then the few main browsers, that's what I heard.
    (From fate)
    Jeremy | jfein.net

  4. #4
    Join Date
    Jul 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, it is working now.

    Mike

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
  •