tuanma 0 Report post Posted May 3, 2012 Hello all- Catrina was kind enough to help me with changing the background color to my site with the following #header {background-color: #000 !important;} However, the code above worked on all browsers except Internet Explorer, which caused the whole site to go black. Is there another code I need to fix the IE problem? Thanks Tuan Share this post Link to post Share on other sites
Rob 547 Report post Posted May 3, 2012 Tuan, what version of IE are you having the problem with? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
tuanma 0 Report post Posted May 3, 2012 IE 9 and below. I placed the css code in and everything looked great on all the browsers except IE 9 below. Share this post Link to post Share on other sites
Rob 547 Report post Posted May 3, 2012 Tuan, see this: http://css-tricks.com/ie-background-rgb-bug/ Try changing from background-color: to background: and see how it works. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites