Closed (fixed)
Project:
Ubiquity theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2009 at 05:26 UTC
Updated:
21 Mar 2011 at 11:21 UTC
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
Comment #1
melon commentedOkay, 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.