Slideshow Block

Permalink
I'm using the slideshow block on a site and it works in every browser but ie6,7,and 8

any idea's or fixes? Is this happening to anyone else?

its stock c5 and all I've done is add photos, and its still supporting the width and height. But nothing is showing up image wise.

I can provide a link in a PM if needed.

bryanlewis
 
bryanlewis replied on at Permalink Reply
bryanlewis
I took out my stylesheets and its still not working properly in ie6,7,and 8.


I tried taking c5.3.3.1's slideshow block and replacing it and its still not working.

Here is the code I'm using to the block...

<div id="featured" class="clearfix grid_12">
         <?php
               $e = new Area ('Featured'); 
               $e -> setBlockLimit (1); 
             $e -> display ($c); 
         ?>
      </div>


I also tried to take out "$e -> setBlockLimit (1);" so it looks like a normal block would and nothing.
bryanlewis replied on at Permalink Reply
bryanlewis
Update:

I changed the template to the Plain Yogurt theme and added

<?php
   $b = new Area ('Featured');  
    $b -> display ($c); 
?>


and get the same results... working in all browsers but ie6,7,and 8
bryanlewis replied on at Permalink Best Answer Reply
bryanlewis
I'm a dumb ass... nm