I am getting a real terrible Java Script Error in Internet Explorer. I click on Sports Category and nothing Appears in IE. But It works perfect in Mozilla. Please help me resolve this - http://www.webhush.com
This particular error ('0.offsetHeight' is null or not an object) is thrown by jcarousellite_1.0.1c4.js. I think that's because the following div does not contain any li elements below ul: <div class="arthemia-carousel"> <ul> </ul> </div> HTML:
Can you help me resolve this. As the original header.php contains the <li> tags. I have attached the same.
Well, lets see... I think, that in the following code fragment <div class="arthemia-carousel"> <ul> <?php while (have_posts()) : the_post(); ?> <li> <div> [...] </div> </li> <?php endwhile; ?> <?php wp_reset_query(); ?> </ul> </div> Code (markup): the while operator returns immediatelly (no posts?), and li elements are not created.
Please post the source code of the file that supposed to open when you click on Sports category. When I do that in IE I get an empty file so that's why nothing displayes in IE. If this file is written in PHP, I need to look at the source code that I won't get from the Mozilla too.