Results 1 to 3 of 3

Thread: Featured Content Slider v2.4 - Z-Index

  1. #1
    Join Date
    Nov 2007
    Posts
    16
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Featured Content Slider v2.4 - Z-Index

    1) Script Title: Featured Content Slider v2.4

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

    3) Describe problem: I am trying to make the pagination links hover over the featured content (in my case the featured content are image links) The problem is that the pagination links are behind the featured content. How do I increase the z-index of the pagination so that it hovers over the featured content.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    It depends on how exactly you're causing the pagination DIV to overlap with the content DIV, but if you're using position:relative to do this, giving the DIV a high z-index seems to do the trick:

    Code:
    <div id="paginate-slider1" class="pagination" style="position:relative; top: -50px; z-index:10000">
    
    </div>
    DD Admin

  3. #3
    Join Date
    Nov 2007
    Posts
    16
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks that worked

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
  •