Results 1 to 3 of 3

Thread: Java issue with custom script for image swapping and more

  1. #1
    Join Date
    Mar 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java issue with custom script for image swapping and more

    Here's the URL of the page I'm having trouble with: http://www.bradleynewton.com/rick/details


    So below are my issues:
    • I want the picture order to be from top to bottom, left column, then right column. When I set it up this way, though... everything gets very screwy since the array is indexing the images not in this order.
    • After clicking on a box, I want that photo to be the new default photo that we go back to after mousing out of any of the other boxes. Currently, the mouseover function dies after clicking any of the boxes.
    • The forward and back function is screwed up for some reason. It jumps two ahead and two back rather than one.
    • I am anticipating problems with the enlarge image function. On the other pages (i.e. the project page http://www.bradleynewton.com/rick/project1), the enlarge dimensions are calculated using the ratio of the midsize (not thumb, not big) image in the center of the screen. Here, there is no midsize image and the thumbs all have the same dimension, thus I need to hand enter dimensions for each image... which is fine, I just don't know how or where.
    • I need this same function to work for another version of this page that is exactly like this (should be no problem) as well as one that has only five images, going down in a column (http://www.bradleynewton.com/rick/sample).


    So anyway, I think that's mostly it. It's what I can think of right now. Any help that anyone can give really is appreciated.

    Thanks in advance.
    Last edited by buvwon; 06-25-2006 at 04:29 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I've edited this post because it no longer makes sense with the previous post in this thread having been edited.
    Last edited by jscheuer1; 06-25-2006 at 04:34 AM.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Fair enough... I appreciate the response. I'll send you an email regarding your reply. And I'll remove the "back story" from my posting.

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
  •