Chrome Background problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
senkei
Forum Members
Forum Members
Posts: 10
Joined: Sat Mar 15, 2008 2:36 pm

Chrome Background problem

Post by senkei »

Recently we have noticed this problem that is unique to our templates when applied to CMSMS and is rendered by Chrome. It seems the background stops showing up! So here is the background code:

Code: Select all

body {
	background: url(images/layout/bg.gif) repeat scroll;
	text-align: center;
}
Here is our template on CMSMS, if you open it in Chrome you should not be able to see the background image, but on most other browsers (FF, Safari, Opera, IEs) it works fine.

http://www.kilmoredistricthospital.org.au/

The template before being applied to CMSMS seems to display the background fine in all browsers.

http://crosswebdesigns.net/display/2009/kdhv2/

Thanks, Tony
senkei
Forum Members
Forum Members
Posts: 10
Joined: Sat Mar 15, 2008 2:36 pm

Re: Chrome Background problem

Post by senkei »

Umm... i just added:

Code: Select all

html { height: 100%; }
And it is fixed, can anyone else verify that the background of the template applied to CMSMS works in Chrome?

http://www.kilmoredistricthospital.org.au/
Post Reply

Return to “Layout and Design (CSS & HTML)”