On 25/09/05, Hershel Robinson <[EMAIL PROTECTED]> wrote:

> apparently shows up with no background image in IE Mac

> h1 { padding:0; margin:0; height: 67px; font-size: 16pt; color: #FFF;
>         background: url('img/headBkng.jpg') repeat-y;}

IE/Mac can't cope with single quotes in url() values. Either get rid
of the quotes entirely or replace them with " characters.

(BTW, pt units considered harmful:
http://css-discuss.incutio.com/?page=UsingPoints )

--
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to