I am new to Javascript and JQuery. I am trying to do a fade in/fade out of 4 different image sets on my home page. I found this rotatePics jquery script in the Novice to Ninja book. It seems to work ok in IE, but does nothing in Firefox. Can someone please help me? :
Well.I spoke to soon. My changes remedied the problem with the images displaying in Firefox. However, now in IE (7), the Navigation drop down menus display behind the set of images instead of in front ot them. Again, I have a CSS problem. Perhaps you can still submit this to the other forum you mention?
Wow, that is it! The “clear: both” statement is wiping out the images for some reason. Do you have any suggestions on how to get my footer in the right place with out having to use the clear statement?
It works in IE8’s compatibility view, but not otherwise.
I’m also told that:
/images/body-bkg.gifFailed to load resource: the server responded with a status of 404 (Not Found)
With the script removed I still cannot see the images, so something else is interfering with them.
Removing the footer allows the images to be seen. It seems to be the “clear: both” CSS statement on the footer that’s forcing the images to not be seen.
I think that this is a CSS problem that needs to be solved.
OMG! What you said about the “background color to apparently go over the groups of images”, made me start to think about it from that perspective, so I removed the wrapper bkg, and found the images underneath it. It’s fixed!!! Actually, the problem seemed to be with the z-indices, not the footer. THANK YOU SO MUCH!!! You helped me figure this out!!! YEAH!!!