Results 1 to 3 of 3

Thread: Bringing my JS to the front

  1. #1
    Join Date
    Apr 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Bringing my JS to the front

    I am using the
    :: Stay on Top content script

    and I need help.

    It is being used on my WP site and I am just now adding this script on. However, the darn thing stays hidden behind my sidebar.

    See az discount spa dot com //// and best if viewed on a screen size around 1024 in width.

    Just hit CTRL+ to zoom in and notice how the .js on the left hand side stays behind the sidebar.

    I need it to come to the top and not behind the sidebar. Thanks in advance. Willing to paypal someone for help.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    You could try some css like this
    Code:
    #ajaxdiv {
    z-index: 100;
    }
    and see if that helps

  3. #3
    Join Date
    Apr 2010
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    HOLY CRAP! That Works! You're awesome!

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
  •