[css-d] question on body background image in IE

2011-12-09 Thread Debbie Campbell

In this site:

http://redkitecreative.com/projects/brayden/

In IE, the background image for body that stretches across the top 
doesn't show until you click something in the menu or on the header 
section. I'm not seeing my problem, can someone help?


--
Debbie Campbell
www.redkitecreative.com
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] question on body background image in IE

2011-12-09 Thread Ville Viklund
*:focus is overriding your body tags background styles. I too would like to
know why this is happening.

Ville

2011/12/9 Debbie Campbell d...@redkitecreative.com

 In this site:

 http://redkitecreative.com/**projects/brayden/http://redkitecreative.com/projects/brayden/

 In IE, the background image for body that stretches across the top
 doesn't show until you click something in the menu or on the header
 section. I'm not seeing my problem, can someone help?

 --
 Debbie Campbell
 www.redkitecreative.com
 __**__**__
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/**mailman/listinfo/css-dhttp://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- 
 http://css-discuss.incutio.**com/http://css-discuss.incutio.com/
 List policies -- 
 http://css-discuss.org/**policies.htmlhttp://css-discuss.org/policies.html
 Supported by evolt.org -- 
 http://www.evolt.org/help_**support_evolt/http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] question on body background image in IE

2011-12-09 Thread Jukka K. Korpela

2011-12-09 22:06, Debbie Campbell wrote:


In this site:

http://redkitecreative.com/projects/brayden/

In IE, the background image for body that stretches across the top
doesn't show until you click something in the menu or on the header
section. I'm not seeing my problem, can someone help?


I can't see such a problem on my IE 9 (Win 7), even in IE 7 mode. But 
there is the problem that the page becomes visible when the background 
image has not loaded yet. This means that I see almost white text on 
white background first. This is one reason why the background color for 
the header should be dark, not white.


It would appear to be more natural to set the background image on the 
header (div id=logo) only.


Yucca

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] question on body background image in IE

2011-12-09 Thread Debbie Campbell

This was the fix:

Comment out the following in the style sheet.

:focus { background-color: #fff; }
*:focus {outline: none; background: #fff;}

--
Debbie

On 12/9/2011 1:19 PM, Ville Viklund wrote:

*:focus is overriding your body tags background styles. I too would like
to know why this is happening.

Ville

2011/12/9 Debbie Campbell d...@redkitecreative.com
mailto:d...@redkitecreative.com

In this site:

http://redkitecreative.com/__projects/brayden/
http://redkitecreative.com/projects/brayden/

In IE, the background image for body that stretches across the top
doesn't show until you click something in the menu or on the header
section. I'm not seeing my problem, can someone help?

--
Debbie Campbell
www.redkitecreative.com http://www.redkitecreative.com
__
css-discuss [css-d@lists.css-discuss.org
mailto:css-d@lists.css-discuss.org]
http://www.css-discuss.org/__mailman/listinfo/css-d
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.__com/
http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/__policies.html
http://css-discuss.org/policies.html
Supported by evolt.org http://evolt.org --
http://www.evolt.org/help___support_evolt/
http://www.evolt.org/help_support_evolt/



__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/