Results 1 to 2 of 2

Thread: Image thumbnail gallery is not working for me

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

    Default Image thumbnail gallery is not working for me

    Hi,
    I am new web designer, building my own website with artwork. So i need to handle a lot of images.
    I am using spryframework with AJAX and did a photogallery with thumbnails and images.
    I want the image to open just like the way in image thumbnail gallery.
    I did everything, even tried changing z-index, clearing cache
    but, the big image is just opening with plain ahref="" code.


    <table width="773" height="299" align="center">
    <tr>


    <td width="388">

    <div id="main_photo" spry:detailregion="dsGallery">

    <a href="images/zoom_paintings/oil/{@zoompath}" rel="thumbnail">
    <img src="images/paintings/oil/{@path}" title="Click to zoomin" >
    </a>

    <br/>
    Name:{@path}
    </div>


    </td>
    <td width="388">

    <div id="thumb_photo" spry:region="dsGallery">
    <img src="images/t_paintings/t_oil/{@thumbpath}" title="Click to View" spry:repeat="dsGallery" class="thumbs" onClick="dsGallery.setCurrentRow('{ds_RowID}');" /> </div>
    </td>



    </tr>
    </table>[/LEFT]

  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

    That code looks fairly non-standard, as though it were using xml namespaces. But I cannot be sure, it also looks like it might be using some kind of server side code, or that you copied a template and forgot/didn't know to fill in the specifics. However, unless someone just happens to be familiar with the exact sort of setup you are using and can recognise that code, you won't get much help here without posting a link to the page:

    Please post a link to the page on your site that contains the problematic code so we can check it out.


    And, even at that, if the problem isn't primarily with javascript (the forum you've posted in), we may still not be able to help.

    There must be one, probably several spry help forums out there, perhaps one of those would be a better fit for this question.

    But if you post a link to your problem page, we will have a go at it.
    - John
    ________________________

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

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
  •