Results 1 to 3 of 3

Thread: Cannot see website in safari

  1. #1
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Cannot see website in safari

    I have created a website http://superfreight.co.in using "Ultimate Fade-in slideshow (v2.4)"

    Surprisingly I can view the website in IE, FF, Crome but NOT in safari.

    I get an alert as below

    Error: DIV with ID "fadeshow1" not found on page.

    Help please!!!

  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 also be other problems, but here in the page's source code:

    Code:
    <script type="text/javascript">
    <!--
    // this JavaScript code is only needed if you care about this working in IE5/Mac
    window.onload = function() {
      if(document.defaultCharset && !window.print && document.body) { // is IE/Mac
        if(location.search.toL . . .
    The highlighted is an unclosed HTML comment tag. Any browser may take that to mean that the entire rest of the page is one huge comment. All those other browsers are error correcting it for you. Remove it.
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    webologist (07-02-2011)

  4. #3
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks a ton.Lesson learnt."ONE WRONG COMMENT CAN GIVE YOU SLEEPLESS NIGHTS"

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
  •