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 Joh
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: #33 url("images/Footer_background_s1.jpg") repeat-x top;
min-height: 96px;
}
Otherwise,
Oddie
Sent: Wednesday, 1 December 2010 4:14 PM
To: wsg@webstandardsgroup.org
Subject: RE: [WSG] Need a fresh eye - can anyone see what's wrong please?
Mike,
This line is invalid:
background-image: #33 url("images/Footer_background_s1.jpg");
You're defining both the co
ie
If you're printing this email, you're doing it wrong. This is a computer,
not a typewriter.
-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Mike Kear
Sent: Wednesday, 1 December 2010 3:50 PM
To: wsg@webstandardsgroup.or
ie
If you're printing this email, you're doing it wrong. This is a computer,
not a typewriter.
-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Mike Kear
Sent: Wednesday, 1 December 2010 3:50 PM
To: wsg@webstandardsgroup.or
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