posted 15 years ago
Hello,
I have the following layout
The following is the CSS for the ID elements:
When the user clicks a button in the rightside_div, I have the following javascript execute:
that covers all the left/right side divs and shows the slideshow_div. In Firefox 3.0+, this all works great. However IE 7 only covers the rightside_div and expands over to the right.
I've tried _top: -300px; and that doesn't shift the slideshow_div left.
How can I change my layout to have the desired effect of the slideshow covering both the left/right sides after the user clicks that button?
Thanks,Jim