Fred Boulton wrote: > Hi all Hi Fred > At http://www.sharronpark.gleninnes.com I have a background graphic in <div > id="masthead"> . It shows in IE6 but doesn't show at all in Mozilla.
The use of fixed in the #masthead declaration is causing your problems. Remove it and all should be well. background: #FFF url(../graphics/background.gif) no-repeat right bottom; Regards -- Scott Swabey Design & Development Director - Lafinboy Productions www.lafinboy.com | www.thought-after.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
