Hello.
Im using JQuery with css to show div's on a page with the Click command.
like this code here.
$("#img1_hover").click(
function(){
$('#img1_show').addClass('img1_show_vis');
$('#img_shower_1').addClass('img_shower_vis');
$('#close_btn_1').addClass('img1_show_x_vis');
}
The code work fine under Firefox but it doesnt work under IE. Anyone have an idea why??
Thanks for your reply!
the page can be seen at http://martinesavard.com/template.php