Results 1 to 3 of 3

Thread: Pop Image Viewer

  1. #1
    Join Date
    Mar 2008
    Location
    Houston, TX
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Unhappy Pop Image Viewer

    1) Script Title: CSS Popup Image Viewer


    2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...e-viewer/P90/+

    3) Describe problem:

    I have already put the css style sheet on head tag in my page.

    Last two words of first paragraph on this page
    http://www.minervawebdesign.com/mine...statement.html is where i have set the pop viewer

    The Photo path is exactly where i have it on my directory , and i still dont understand why is not working for me.

    This is the code i have on my page as it the "pop image viewer" has it.

    <a class="thumbnail" href="#thumb">Zoka Coffee<span><img src="media/zoka.gif" /><br />Zoka Coffee</span></a>
    The blue is where i need to customize, which i did and still does not work.

    Can anyone tell me what is wrong that my image does not pop up/
    Thanks

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    On the page you lined to, this:

    Code:
    ../aboume/images/yo_taller_si.jpg
    is an invalid path (or at least cannot be found on the server). That would be the cause of your problem. Once you correct this to point to the correct path, it will work. If needed, try using absolute urls instead of a relative url.

    Hope this helps.

    Edit:
    After some tests, I found the path should actually be this:

    Code:
    ../images/yo_taller_si.jpg
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    Mar 2008
    Location
    Houston, TX
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    THANK YOU SO MUCH . . . . yes for dont know what reason i had the wrong path
    Thanks

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
  •