Results 1 to 2 of 2

Thread: Cmotion won't show up in Internet Explorer

  1. #1
    Join Date
    Dec 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Cmotion won't show up in Internet Explorer

    Hi,
    Im a total novice, and I am designing this web page. Im using a Mac to edit my code, and I used the Cmotion script to put an image gallery on the main page.
    The problem is that the gallery won't show up in IE. It puts the footer in place of the gallery which is very confusing.

    Can someone please help me figure out what's wrong? The Cmotion code works fine with Safari on my mac, and fine with Firefox on my PC just not IE.

    Link to the main page

    Thanks,
    Daphne

  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 are other problems with the layout (possibly also caused by this same thing) but, the thing that is preventing it from showing up at all in IE are the non-standard HTML comments, ex:

    Code:
    <!--********************************************* CAVALIER WHITE PATTERN START --***************************************>
    A comment should begin with:

    <!--

    and a space.

    A comment should end with a space and:

    -->

    There were several of these non-standard comments in the portion of the markup that contains the images for the gallery. IE thinks that the code for the images is a part of the comment(s) and not to be displayed. The above example comment could be made standard like so:

    Code:
    <!-- _______ CAVALIER WHITE PATTERN START _______ -->
    - 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
  •