WYSWYG background is correct in Chrome but not IE...

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
6/22/2010 7:14:17 PM
Gravatar
Total Posts 165

WYSWYG background is correct in Chrome but not IE...

Hey Everyone,

Looking at http://test.fortbradenchiefs.com

I have the following in my style sheet:


body
{
background-color: black;
background-image: none;

}
body.pagebody
{
margin: 0 auto;
padding: 0;
background-color: #C7C7C7;
background-image: url('images/page_t.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
font-family: Arial, Helvetica, Sans-Serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
color: #FFFFFF;

}

p
{
color: #fff;
}
 

Now everything is working great in all browsers when I'm looking at the site, but when I go to edit the site, the WYSWYG displays with the black background and white text in Chrome and in Firefox.  However when I use IE8 or IE7 the WYSWYG displays with a white background and white text.

I'm lost, what am I missing.

Thanks,

Mark

6/23/2010 7:41:57 AM
Gravatar
Total Posts 165

Re: WYSWYG background is correct in Chrome but not IE...

It must have been a cache problem, because it's working now.

You must sign in to post in the forums. This thread is closed to new posts.