Results 1 to 4 of 4

Thread: Simple Controls Gallery v1.3 Image Numbers & Nav one line

  1. #1
    Join Date
    May 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple Controls Gallery v1.3 Image Numbers & Nav one line

    Script Title: Simple Controls Gallery v1.3

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


    Thank you in advance. I was able to have controls constantly show by searching the forums (thanks!). What I was hoping to do is have the controls and the image numbers all on one line. At present it is the controls, then directly under it displays the 1/20. Is there a way that I can have it show in the following order all on one line:

    1/20 - *nav buttons here*

    Thank you again.

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

    Default

    Try the following modified .js file, which does this. Note that the status portion (ie: 1/2o) is wrapped inside the span with CSS class "gallerystatus". In your CSS, you may want to style it so it aligns better with the nav images to the right of it, something like:

    Code:
    .gallerystatus{
    position: relative;
    top: -6px;
    }
    Be sure to also shorten the height of the controls div:

    Code:
    panel: {height:'30px', opacity:0.5, paddingTop:'5px', fontStyle:'bold 11px Verdana'}, //customize nav panel container
    DD Admin

  3. #3
    Join Date
    May 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the fast response!

    This worked perfectly!

    Thank you again.

  4. #4
    Join Date
    Dec 2005
    Location
    Southern California
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Nav not on one line

    I am trying to get my nav on one line, and aligned to the right. I'm not sure what I need to do to get this to work.
    Any Suggestions?

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
  •