Results 1 to 4 of 4

Thread: FrogJS problem

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

    Default FrogJS problem

    1) Script Title: FrogJS

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ogjs/index.htm

    3) Describe problem:
    This is a very nice script, but when I use it on my site, it is completely wrong in IE7. It works perfectly in Safari and Firefox. This is strange, because the example script works well in IE7... How is this possible
    The problem site is: http://www.dantasy.be/pagina/belettering.html

  2. #2
    Join Date
    Feb 2006
    Posts
    236
    Thanks
    8
    Thanked 3 Times in 3 Posts

    Default

    try inserting the required space before the last slash in the image links.....the space goes before the red slash
    Code:
    <a href="images/marty1.jpg" title="Marty (tijdelijke toepassing)">
    <img src="images/marty1_thumb.jpg"/>
    </a>
    should be
    Code:
    <a href="images/marty1.jpg" title="Marty (tijdelijke toepassing)">
    <img src="images/marty1_thumb.jpg" />
    </a>

  3. #3
    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

    Quote Originally Posted by Strangeplant View Post
    try inserting the required space before the last slash in the image links.....the space goes before the red slash
    Code:
    <a href="images/marty1.jpg" title="Marty (tijdelijke toepassing)">
    <img src="images/marty1_thumb.jpg"/>
    </a>
    should be
    Code:
    <a href="images/marty1.jpg" title="Marty (tijdelijke toepassing)">
    <img src="images/marty1_thumb.jpg" />
    </a>
    Doesn't make any difference. On top of that, I don't see any differences between the gallery in FF or IE 7. There are images missing, and the rest of the page has some layout differences, but the gallery is the same in both. What differences do you see, Matthias?
    - John
    ________________________

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

  4. #4
    Join Date
    Jan 2008
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    In IE7, the gallery was shown as little pictures in a row...
    After I've made a complete new page, it worked well. I still don't know what the problem was, but it works now. Anyway, thanks for the help!

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
  •