Hi there I've been searching for answers and still haven't found it yet, does anyone know 'HOW TO CHANGE FROM ONE FIXED BACKGROUND IMAGE TRANSITION TO ANOTHER FIXED BACKGROUND IMAGE' without using flash? So on top of the background, I want to have content e.g text, graphics etc Or alternative can anyone tell me how you can change the background image fading when someone click on a new page. I hope that makes sense. Many thanks in advance. CHEERS
Hi, if you use : your_element.style.backgroundImage = 'new_image/path/img.gif'; you change the image only, so all other properties defined for background remains. Hope you're looking for this... your_element is the reference to the background container - use document.getElementById('your_element_id') if it has ID... For fading effects you can use some ready made scripts, or libs, just search on net. Then select that you want to fade - your_element.style.backgroundImage, and all text on top will be still visible
are you talking about on a page change or will you have a selector so it does it all on one web page ?