[PHP] echo ‘<div id=”ja-slideshow-wrap”>’ . “n”;
echo ‘<div id=”ja-slideshow-case” class=”ja-slideshow-case”>’ . “n”;
echo ‘<img src=”‘ . $firstImage . ‘” alt=”‘ . $altimage . ‘” title=”‘ .$altimage. ‘” />’ . “n”;
echo ‘</div>’ . “n”;
echo ‘<div id=”ja-slidebar” class=”ja-slidebar”>’ . “n”;
echo ‘</div>’ . “n”;
echo ‘</div>’ . “n”;
[/PHP]
So you mean here?
I tried
[PHP]
echo ‘<img style=’z-index=999’ src=”‘ . $firstImage . ‘” alt=”‘ . $altimage . ‘” title=”‘ .$altimage. ‘” />’ . “n”;
[/PHP]
But same…. :((:((:((:((
So I try JA Header Module… it look great at the beginning. But after I install jce which then I testing on it slimbox… end up…. IE giving me “Object doesn’t support this property or method”.
After that, I off the JA Header Module and JA Newsflash, the slimbox effect works for IE… Whats going on actually?