For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
I had a safari specific problem with my website, the browser sometimes returned a blank page, sometimes the page loaded but some of the images wouldn't. This was only happening in safari. After couple of hours of testing I pinpointed the problem to the stylesheets. The page loaded perfectly when using static stylesheet but had problems when using {stylesheet} in the header. Cmsms uses stylesheet.php to load the styles and turns out that stylesheet.php checks if the stylesheet is cached which seems to cause problems with safari (at least safari 5). What I did to solve this was to comment out the following code in stylesheet.php: