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].

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 . . .

Best,
Kimi

-- 
Kim Brooks Wei
1.201.475.1854
______________________________________________________________________
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/

Reply via email to