Kim Brooks Wei wrote: > I have a semi-transparent bg graphic produced in photoshop. In the > body tag this graphic is laid over a bg color. > > body { font-size: 75%; > font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; > background: #C6CB81 url('/grfx/blubg.gif') 0 0 repeat; > color: #6F9FC0; > text-align: center; > text-decoration: none; > } > > In Safari and FF [Mac] I get the effect I want: the bg color shows > through the image and I get a nice textured color combo. But this > effect doesn't show up in IE. In IE only the color #C6CB81 shows [an > olive color]. >
Kimi, Get rid of the single quotes in your background value, or change them to double quotes: background: #C6CB81 url(/grfx/blubg.gif) 0 0 repeat; MacIE doesn't support the single quotes. > Can I code something to make the overlay work in IE the way it does > in the other browsers? Incidentally, I'd like to know how the > background and overall site looks to PC users . . . > Can't tell you that without a URL. :-) Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/