Results 1 to 3 of 3

Thread: Lightbox not working in IE7

  1. #1
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default Lightbox not working in IE7

    Hi,
    Lightbox works in FF but not in IE7. I have read that it could be an IE7 setting..but I couldn't find anything specific.
    Any ideas?
    site

    Thanks
    Last edited by Irishcash33; 09-20-2008 at 04:10 AM.

  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

    There could be other problems, but probably not. The main problem is incomplete HTML markup which FF is error correcting for you, while IE 7 (and many other browsers) will not. Where you have (and similar):

    Code:
    <a href="directmail/binoc_large.jpg" rel="lightbox[directmail]" <img src="directmail/binoc_thumb.jpg" alt="" border="none"></a>
    You have left out an > here:

    Code:
    <a href="directmail/binoc_large.jpg" rel="lightbox[directmail]"><img src="directmail/binoc_thumb.jpg" alt="" border="none"></a>
    - John
    ________________________

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

  3. #3
    Join Date
    Jul 2008
    Location
    boston, ma
    Posts
    88
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    That was it! thanks

    Will

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
  •