View Full Version : Cannot see website in safari
webologist
07-01-2011, 01:45 PM
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!!!
jscheuer1
07-01-2011, 02:10 PM
There could also be other problems, but here in the page's source 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.
webologist
07-02-2011, 07:02 PM
Thanks a ton.Lesson learnt."ONE WRONG COMMENT CAN GIVE YOU SLEEPLESS NIGHTS"
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.