ciao ragazzi, mi hanno chiuso il thread precedente per poca chiarezza nel titolo, in pratica se guardate la mia homepage con internet explorer vedrete la slideshow sformattata

http://www.justoverclock.com

ie segnala un errore nel file suckerfish_ie.js linea 3


il codice della slideshow dovrebbe essere questo:

Codice PHP:
<div id="tabzine" class="widgets"> 

<?php  
    $featucat 
get_option('rcn_featucat'); 
    
$featucount get_option('rcn_featucount'); 
    
$my_query = new WP_Query('showposts='$featucount .'&category_name='$featucat .'');      
    if (
$my_query->have_posts()) : 
?> 

<ul id="tabnav" > 
    <?php while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate $post->ID?>     [*] 
        <a class="listab" href="#feature-<?php the_ID(); ?>">  
        <?php boxim() ?> 
        <h3> <?php the_title(); ?></h3> 
        

<?php the_content_rss(''TRUE''20); ?> </p> 
         </a> 
         
        <?php endwhile; ?> 
[/list]

    <?php endif; ?> 
<?php if ($my_query->have_posts()) :?> 
<div class="tabdiv"> 
    <?php while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate $post->ID?>     
    <div id="feature-<?php the_ID(); ?>" class="videoid"> 
        [url="<?php the_permalink() ?>"]<?php slidim() ?>[/url] 
            <div class="featpost"> 
                

<?php the_content_rss(''TRUE''40); ?> </p> 
            </div> 
    </div> 
    <?php endwhile; ?> 
</div> 
<?php endif; ?> 

</div>

mi aiutereste voi guru del codice?