I'm not sure what the deal is. Firefox works fine, IE and Chrome WERE working.
Here's my link.When you click the link, it's supposed to display text and change the background. For some reason you can click one link and it works, but if you try to click another it doesn't do anything.Code:<div class="mainthumbs"> <a href="#" onclick="hdr.id='hdr1';showitem('toggle1');hideitem('toggle2');hideitem('toggle3');hideitem('toggle4');hideitem('toggle5')"><img src="<?php bloginfo('template_directory'); ?>/contentbg/thumb1.png"></a> <a href="#" onclick="hdr.id='hdr2';showitem('toggle2');hideitem('toggle1');hideitem('toggle3');hideitem('toggle4');hideitem('toggle5')"><img src="<?php bloginfo('template_directory'); ?>/contentbg/thumb2.png"></a> <a href="#" onclick="hdr.id='hdr3';showitem('toggle3');hideitem('toggle2');hideitem('toggle1');hideitem('toggle4');hideitem('toggle5')"><img src="<?php bloginfo('template_directory'); ?>/contentbg/thumb3.png"></a> <a href="#" onclick="hdr.id='hdr4';showitem('toggle4');hideitem('toggle2');hideitem('toggle3');hideitem('toggle1');hideitem('toggle5')"><img src="<?php bloginfo('template_directory'); ?>/contentbg/thumb4.png"></a> <a href="#" onclick="hdr.id='hdr5';showitem('toggle5');hideitem('toggle2');hideitem('toggle3');hideitem('toggle4');hideitem('toggle1')"><img src="<?php bloginfo('template_directory'); ?>/contentbg/thumb5.png"></a> </div>


Reply With Quote
Bookmarks