I'm redesigning a client's site and the layout is almost finished to implement within misc PHP codes, however I have run into a problem with FireFox! http://www.arroyoviejo.com/tmp/template.html The background image within the "content" scrolling div layer, for some reason aligns with the page rather than the layer. However under IE, it renders as expected. I've tried changing misc properties then came across this site and I'm hoping that perhaps someone might know what is wrong. I've spent the last 2 hours or so trouble shooting this and I'm ready to throw the monitor through the window... If someone can help, THANK YOU SOO MUCH IN ADVANCE!
Firefox is acting correctly. IE does not support background-attachment {fixed} except on the body element. See css-colors and backgrounds. Remove the word 'fixed' from your background values. cheers, gary