I want to show a few products, (3 columns x 2 rows), when user clicks some links (LINK 1, LINK 2, LINK 3), these productos change for another six.
To show new products, I´m using scriptaculous opacity effect.
Everything works correctly on firefox and chrome, but on IE it shows 1 column x 6 rows.
on each of these lines, you have missing quote marks:
<div id=“2_1” style=“opacity:0.0;filter:alpha(opacity=0)” width: 161px;
You may want to do this:
<div id=“2_1” style=“opacity:0.0;filter:alpha(opacity=0)width:161px”;