dynamic CSS background images


/ Published in: PHP
Save to your folder(s)

dynamic CSS file, where the background style attributes (in this case h2 headers) are auto-created from the files in a particular directory.

1. include the css file as per normal in your
2. create new css.php file
3. add in custom css header - header("Content-type: text/css");
4. create directory full of heading images
5. add in code below
6. will automatically set the background image of "some-header.png" from the image directory
6. win life!

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.