I'm not 100% about this, and I'm not sure I fully understand what you are trying to accomplish. But I'm guessing you're making the images disappear by adding "display:none;"? Try changing it to "display:hidden;" instead. The difference is that "none" will completely remove the element, whereas "hidden" will only make it invisible but it will still be there and occopy space, I think 
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|