I agree, consolidate background-image, background-repeat and *-position into one 'background' statement. Easier and saves a few bytes. Regards,
Jon Warner Tel: 0788 99 424 30 http://thepixelforge.net/ 57 Arnold Road Eastleigh Hampshire SO50 5AR England On Wed, Dec 1, 2010 at 7:50 PM, Debbie Johnson <d...@danceofthebee.com> wrote: > Mike - > You have put the background color and image under background-image. Why > don't you consolidate all of your backround statements into one: > #footer { > color: #d9d9d9; > background: #333333 url("images/Footer_background_s1.jpg") repeat-x > top; > min-height: 96px; > } > Otherwise, you need to separate background-image and background-color. > Debbie > > > On Wed, 1 Dec 2010 15:50:16 +1100, "Mike Kear" <w...@afpwebworks.com> > wrote: > > I have a draft layout for a client that is fine in all respects except > that > > in IE8, the background image in the footer is missing. > > > > Here's the page concerned: > > http://afpwebworks.com/strikingdistance/index.cfm > > > > And the footer div rule is as follows for IE (I have a IE-only style > sheet) > > : > > > > #footer { > > color: #d9d9d9; > > background-image: #333333 url("images/Footer_background_s1.jpg"); > > background-repeat: repeat-x; > > background-position: top; > > min-height: 96px; > > } > > > > Both the HTML and the CSS validate ok. > > > > > > So does any one see what I have wrong for IE? > > > > Cheers > > Mike Kear > > Windsor, NSW, Australia > > Adobe Certified Advanced ColdFusion Developer > > AFP Webworks > > http://afpwebworks.com > > ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month > > > > > > > > > > ******************************************************************* > > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > > Help: memberh...@webstandardsgroup.org > > ******************************************************************* > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: memberh...@webstandardsgroup.org > ******************************************************************* > > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************