View Full Version : My website not working in IE or Firefox, only Safari!
lydia_bratton
11-13-2009, 10:11 PM
I created my website www.smooth-you.com with Nvu on a mac. The site works perfectly on Safari, but it is not visible on IE or Firefox. This is a huge problem. I need help fixing this, and I would be very thankful for anyone who can help!
drhowarddrfine
11-13-2009, 11:43 PM
In your javascript link, that should be href= and not src= but there's still something goofy going on there that I'm just no seeing.
drhowarddrfine
11-14-2009, 12:05 AM
Ah! You have closing slashes on your meta and link tags. Remove the slashes.
Apostropartheid
11-14-2009, 12:26 AM
I think it's the closing slash on the script element which is causing the problem, though? Some browsers just won't interpret that as an end tag, at least not in SGML mode.
iwdesigns
11-16-2009, 09:36 PM
line 26 needs deleting and replacing with this.....
<script src="includes/ice/ice.js" type="text/javascript">
</script>
voila!!!
kelsey
06-16-2010, 10:03 PM
Hi There,
I have the same problem. My code is working for a rotating image slideshow in the body of my wordpress page for safari, but not IE.
Can you help me figure out what needs changing??
THank you so much!
Code:
<div id="banner"><script src="http://www.bu.edu/nis/lib/jquery/crossslide.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
jQuery(document).ready(function($) { $('#bannerimage').crossSlide({ sleep: 3, fade: 4, shuffle: 0 }, [
{ src: 'http://www.heatispower.org/visuals/2010/06/thinkagain1300x500.jpg' },
{ src: 'http://www.heatispower.org/visuals/2010/06/wastedheatatsunset.jpg' },
{ src: 'http://www.heatispower.org/visuals/2010/06/justlikerenewablessunset.jpg' },
]); });
// ]]></script>
<div id="bannerimage" style="height: 500px; width: 1200px;"><img src="http://www.heatispower.org/visuals/2010/06/thinkagain1300x500.jpg"/></div>
</div>
deepalshaw24
06-24-2010, 06:11 AM
What have u done to live it in fashinable world?!!!!! Check Here (http://www.baiyokefactory.com)
Hi All,
I do really need your help on this one. Our website is not working on IE specifically the web banner. Please try to check this out:
www.zocard.com/home.php
Note:
1. It's working in Firefox, Safari, Google Chrome and Opera.
2. But when I logged in as admin in the website to upload the images, it is working.
3. One of my colleague have IE8 on his PC, same as mine but to him its working.
:(
I do hope you can help me guys. Thank you.
teedoff
10-29-2010, 04:39 PM
Hi All,
I do really need your help on this one. Our website is not working on IE specifically the web banner. Please try to check this out:
www.zocard.com/home.php
Note:
1. It's working in Firefox, Safari, Google Chrome and Opera.
2. But when I logged in as admin in the website to upload the images, it is working.
3. One of my colleague have IE8 on his PC, same as mine but to him its working.
:(
I do hope you can help me guys. Thank you.
Have you thought about starting your own thread instead of hijacking someone else's?
Now to answer your question. I dont see a difference in Firefox and IE8. One thing though, you have over 100 coding validation errrors that need to be fixed, which may help resolve any issue you are seeing. You can validate here (http://www.validator.w3.org).
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.