[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

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

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

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