I have the following CSS class declared for my base root panel.
#rootPanel
{
width: 100%;
height: 100%;
background-image:url("../images/green013.jpg");
}
My widgets are all positioned using %ages so they appear in the centre of the viewpanel regardless of the width of the Screen. Problem is with my background image. It doesn't repeat to fill the background which it does fine if I set my root panel dimensions to be say 800px and 800px. Seems it doesn't repeat if I use %ages for some reason? Any ideas what might be wrong?