Results 1 to 9 of 9

Thread: image viewer. divs in divs

  1. #1
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default image viewer. divs in divs

    Hello,

    My goal is to place ( http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm ) that thumbnail viewer on my page. The problem is, my page is constructed with divs for all content. So the viewer does function inside another div, but the problem is that it uses my main div won't let the image go outside its boundary -- depending on what type of overflow exists. i use "auto" overflow, at least for the rest of the pages.

    Since this is kinda tricky, i posted an example of the issue on my site. anyone that can make this work, i will be your slave for life.

    http://www.roar-usa.org/test/word.htm i don't know why the thumbnail doesn't always show up. what the hell. i hate computers.

    or roar-usa.org/photos.htm to see my existing set up. (with terrible java pop-ups that i hate.)

    Thanks,
    Jake

  2. #2
    Join Date
    May 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What if you did not place the new <div> in the old but simply positioned it independently AFTER the old <div> (that should render it on top).

  3. #3
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    im not sure what you mean. remove the "show image" div and direct it to the main? I'll try that if thats what you mean.

  4. #4
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hmm i couldn't get that to work. I'll upload the file and show you. it open in the window itself.

  5. #5
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    roar-usa.org/test/word1.htm

  6. #6
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i hate this. i screwed up. actually nothing happens when i did that. a blank page. i put a space in accidentally.

  7. #7
    Join Date
    May 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What I mean is (see example). This renders independend layers on top of eachother. Hope this helps.

    <html>
    <head>
    </head>
    <body>
    <div id="old" style=position:absolute;left:0px;top:0px;width:150px;height:575px;>old content</div>
    <div id="new" style=position:absolute;left:0px;top:0px;width:150px;height:575px;>new content</div>
    </body>
    </html>

  8. #8
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi,

    that almost worked. the problem is then that the thumbnails are above the image, and the picture isn't dragable (not a real word) when the top layer is over it. thanks though. any other thoughts? I think it's possible to overcome. it would have something to do with making the layer act like the "show image" one, maybe. that layer doesnt seem to affect the picure. i can't see that layer, on the other hand.

    Jake

  9. #9
    Join Date
    Apr 2005
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    adobe web gallery it is. i'm a loser i guess.

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
  •