Results 1 to 4 of 4

Thread: Featured Content Glider

  1. #1
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Featured Content Glider

    1) Script Title:

    Featured Content Glider

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...tentglider.htm

    3) Describe problem:

    I want to put page numbers on the pictures.. Not below the pictures.. How can i do it?
    Last edited by mhepekiz; 02-06-2009 at 07:10 PM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Try adding this to your css:
    Code:
    #p-select {
    position: relative;
    z-index: 1000;
    top: -40px;
    }
    Good luck!

  3. #3
    Join Date
    Feb 2009
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you..

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome, glad to help!
    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

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
  •