I am using WP 2.8.4. Some people are unable to access my site - they get a blank screen with only the background color. Another WP member tested my site (planetthrive.com) in the Camino browser that was having the same access problem. When he removed either:
<script type="text/javascript" src="Planet%20Thrive%20Files/prototype.js"></script>
or
<script type="text/javascript" src="Planet%20Thrive%20Files/scripts.js"></script><link rel="stylesheet" type="text/css" href="Planet%20Thrive%20Files/javascript.css">
the site would load properly again...
Also, disabling javascript in the browser and then removing
<link rel="stylesheet" type="text/css" href="Planet%20Thrive%20Files/javascript.css">
also made it work again. However, removing the .css without first disabling javascript didn't seem to fix the problem.
The javascript.css file only contains
#wrapper { display: none; }
Can anyone tell me what I would need to do to fix the problem? I am not a programmer so I have no idea. I am anxious to solve this problem as a bunch of former members can no longer access my site since I switched to WordPress.
Thanks!