Page 1 of 1

Chrome Background problem

Posted: Mon Feb 02, 2009 9:36 pm
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

Re: Chrome Background problem

Posted: Mon Feb 02, 2009 9:46 pm
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/