Results 1 to 2 of 2

Thread: mozilla not showing frames

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

    Default mozilla not showing frames

    My site has slideshow fade images and they do not exist when accessed from mozilla

    Please offer the steps, code and its placement to solve this.

    you can view source of this site http://members.cox.net/bdbtest




    Thanks
    Todd

  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

    You've got some other heavy code in the page that uses the <!-- --> commenting convention to hide itself from browsers that can't handle it. With Netscape, look at the page source, you will see that its parser thinks the entire script, including the beginning <script> tag is commented out. Gotta fix that first and see what happens.

    try putting:

    <![endif]--> just before the opening script tag and:

    <!--[if gte vml 1]>

    just after the closing one. It probably won't fix the whole thing for Moz but, it should get you closer. Might mess up explorer though. Will give you an idea what you are dealing with.
    Last edited by jscheuer1; 03-11-2005 at 06:43 AM. Reason: add info

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
  •