On Dec 2, 2006, at 7:59 AM, Kim Brooks Wei wrote:

> http://nesbittfuneralhome.com
>
> 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;
>       }

Single quotes are not supported in IE Mac. But you knew that.

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

Another problem in IE Mac: the 'footer' is positioned at the top of  
the #box container.
IE Mac cannot position absolute an element using 'bottom' without  
knowing the height of the container.

You leave your footer inflow, you've already included a 'clearing  
element' before it.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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