Results 1 to 4 of 4

Thread: Image Thumbnail Viewer II help

  1. #1
    Join Date
    Apr 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II help

    Hi all!

    I am just playing about with "Image Thumbnail Viewer II" which is working
    but I have a question as im new to learning Javascripts.

    At the moment the enlarged image appears underneath the thumbnails but I would like it to appear at the top of the page, is this possible? If so can someone show me the script if poss?

    Also I am going to have it set up so my client can eventually upload their own images through a web browser, I know I will need to set up some kind of datdabase for this but will "Image Thumbnail Viewer II" be able to be intergrated with this kind of system?

    Any help would be much appriciated.

    Jason

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    Sure, just move the DIV that houses the enlarged images where you want them to appear. For example, one of the DIVs that came with the demo is:

    Code:
    <div id="loadarea" style="width: 600px"></div>
    Any image upload system can potentially be modified to accomodate this script on the frontend. But most likely you'll need to hire a coder to do this, since I doubt any system supports this out of the box.

  3. #3
    Join Date
    Apr 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you very much, I will give it a go this afternoon and see how I go. I have someone who does some scrpiting for me but if I can get things like this done myself then it saves me a bit of money.

    Thanks for your help

    Jason

  4. #4
    Join Date
    Apr 2007
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks again! It worked Brilliant!!!

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
  •