PDA

View Full Version : background color off


46North
Oct-23-2009, 02:16 PM
In IE my background color seems to not match my banner. In Firefox it looks fine. Any ideas? I used the easy customizer for the nav, banner, and background.

J Allen
Oct-24-2009, 12:19 AM
In IE my background color seems to not match my banner. In Firefox it looks fine. Any ideas? I used the easy customizer for the nav, banner, and background.

Try adding this to your CSS box:












/*=====Banner=====*/
#customLogo
{width: 750px;
height: 150px;
margin: 0 auto;
background: url(/photos/624678689_q7TJ4-O.png) no-repeat !important;
_background: none !important;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader
(enabled=true,sizingmethod=image,src='/photos/624678689_q7TJ4-O.png') !important;}



/*=====Body-Color=====*/
body
{background-color: #FFE79C !important;}

46North
Oct-24-2009, 05:38 AM
That didn't seem to help. Does it have something to do with the easy customizer? Should I just code everything I'm using in that? Is there a way to get that code from the browser?

J Allen
Oct-24-2009, 07:10 AM
That didn't seem to help. Does it have something to do with the easy customizer? Should I just code everything I'm using in that? Is there a way to get that code from the browser?

Try this color..hard to narrow down..:




/*=====Body-Color=====*/
body
{background-color: #F9E49C !important;}

J Allen
Oct-24-2009, 07:36 AM
If that color doesnt work, try remaking your banner as a transparent .png-with no background color-only words, then it should work just fine.

46North
Oct-24-2009, 08:32 AM
I saved my .png to a jpg, uploaded and now it looks fine. Maybe IE was layering the 2 colors, the background and then the banner so it made it darker??? weird. Is there a known issue with IE and .png files? I might try a transparent .png just to see if that works.

Thanks for your help!