QUOTE(girasquid @ 25 Jun, 2008 - 01:44 PM)

Are you using Javascript like this?:
CODE
<script type='text/javascript' href='foobar.js' />
If you are, change it to this and you should be fine:
CODE
<script type='text/javascript' href='foobar.js'> </script>
Nope, I'm using the full closing tag.
QUOTE(PsychoCoder @ 25 Jun, 2008 - 01:42 PM)

I doubt it has anything to do with IE, it sounds as if you forgot to close a tag, or there's a problem with the JavaScript you're using. I know in IE if you forget to close a tag sometimes it will just show a blank page, yet FF will display it anyways
Well, the site opens after a Java update, but the java slideshow doesn't slide and DIV tags seem screwed up. However they work fine in FF, Safari and Opera.
I thought of an open tag somewhere, but I havent seen a Java script run in Safari or Opera if he script is jacked. I was wrong once though.
This post has been edited by rodstol: 25 Jun, 2008 - 01:56 PM