Hi, I have reproduced the issue. I found you use the background image like:
Code:
background-image:url('http://buggyblastbootcamp.lg1x8zmax.simplecdn.net/Template/BuggyBlast/BinaryResource/Theme/Default/Images/bodybg.jpg');
Please remove the quotes, for example:
Code:
background-image:url(http://buggyblastbootcamp.lg1x8zmax.simplecdn.net/Template/BuggyBlast/BinaryResource/Theme/Default/Images/bodybg.jpg);
I will check out if the background image url with quotes in line with w3c standards. But before next version, please remove the quotes.
Regards,
Jifeng Huang
Kooboo Team
Microsoft ASP.NET MVP