Results 1 to 2 of 2

Thread: XP Progress Bar Help

  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default XP Progress Bar Help

    1) Script Title: XP Progress Bar Help

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

    3) Describe problem: This isn't actually a problem but more of a question. I love this progress bar but the page I want to use it on can't really spare the space the bar takes up. Is there a way to reclaim that space once the bar has been hidden? Alternately, is there a way to overlay the bar in an unused part of my screen?

    Thanks,
    Dan

  2. #2
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I was able to collapse the div with this code:

    Code:
    document.getElementById('_xpbar0').style.display = 'none';

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
  •