Rick den Haan wrote: The background CSS property is a culmination of several individual properties. Does it work if you set those separately? I.e.:
background-image: url(images/mt2.jpg); background-color: #fff; background-position: top center; background-repeat: no-repeat; If you want to put it in one property, browsers tend to be specific about the order of things if you use more than one value. From the CSS spec: background: [background-color] [background-image] [background-repeat] [background-attachment] [background-position] See http://www.w3.org/TR/CSS201/colors.html#propdef-background for more information. Rick, I tried the above and it still wont display. Tried the link you give and get *The URL path in your request doesn't match anything we have available.* Will keep looking and experimenting. Regards Kevin. ______________________________________________________________________ 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/ ______________________________________________________________________ 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/