Expanding ad script

March 10th 2010 8:08pm

Hi there... Can anyone help with this issue... We have an expanding box unit in the right-hand column of our site. When a user clicks on the unit, it should expand to the left. It works in FireFox but not in IE. In IE it expands to the right and off the screen. function show_div(div_id) { // hide all the divs document.getElementById('primary').style.display = 'none'; document.getElementById('expand').style.display = 'none'; //document.getElementById('intro').sty

From: codenewbie.com



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Sitemap