Results 1 to 3 of 3

Thread: Image Preloader II and x alignment

  1. #1
    Join Date
    Jan 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Preloader II and x alignment

    script

    Basically what I am looking to do is not make the script centered to the page but a little bit to the right to line up with the design of my site. does anyone know how to do this with ease?

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In progressbar.js, you need to replace this line:

    Code:
    var x=(ww-barwidth)/2;
    With this

    Code:
    var x=650;
    With 650 as the amount of pixels from left.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Jan 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks that does it.

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
  •