Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow (v2.4): Navigation on Top?

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

    Default Ultimate Fade-in slideshow (v2.4): Navigation on Top?

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

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

    3) Describe problem:

    Hi guys,

    I think this is a relatively straight forward question, but I can't seem to find the answer myself!

    Basically, what I'd like to do is, have the navigation controls ON TOP of the actual slideshow as opposed to being below it. So the left image will be aligned to the left of the slideshow on the inside and vice versa with the right.

    Anyone know how to do this?

    Thanks in advance.

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

    Default

    I've tried doing it like this..

    Code:
    <div id="slide">
    
    <div id="toggler" style="margin-top:80px">
    <a href="#" class="prev"><img src="../wp-content/themes/6a4/images/left.png" style="border-width:0; float:left" /></a><a href="#" class="next"><img src="../wp-content/themes/6a4/images/right.png" style="border-width:0; float:right" /></a>
    </div>
    
    </div>
    But the toggler div seems to be hidden behind the actual slides, as opposed to being on top.

  3. #3
    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

    Try:

    Code:
    <div id="slide">
    
    <div id="toggler" style="margin-top:80px; position: relative; z-index: 10000;">
    <a href="#" class="prev"><img src="../wp-content/themes/6a4/images/left.png" style="border-width:0; float:left" /></a><a href="#" class="next"><img src="../wp-content/themes/6a4/images/right.png" style="border-width:0; float:right" /></a>
    </div>
    
    </div>
    - John
    ________________________

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

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
  •