I'm building an interactive website (with CMS) and I'm running into some trouble. I want to make an image carousel, but for that I want to change the background. I had a CSS file, named style.css, and converted it to a PHP file, style.php. After the change of extension, I used <?php header('Content-type: text/css') ?>
. Unfortunately, my CSS just degraded to an older version of CSS, not CSS3.
So, how can I upgrade my style.php so I can use CSS3, and is there a better way for making the carousel?
` – acyclone Jul 23 '15 at 19:01