There is a background image for the <body> tag (line 93 of style.css). This cause problem for the fckeditor because it uses a iframe with its own body tag inside. This make the header background image show up inside the fckeditor area.

It would be better to leave the body tag unstyle and add another div just inside body, outside "container" and put the background image there.

Comments

melon’s picture

Status: Active » Fixed

Okay, I added div#page to wrap the entire page and adjusted CSS styles.
However I kept a light background-color rule for body hide possible white page bottoms.

Marking this as fixed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.