| <html> | |
| <head> | |
| <title>rewrite_images in CSS example</title> | |
| <style type='text/css'> | |
| body { background: url(images/Cuppa.png) no-repeat center; } | |
| </style> | |
| <link rel="stylesheet" type="text/css" href="styles/rewrite_css_images.css"> | |
| </head> | |
| <body> | |
| <p>The background image should be rewritten or cache extended.</p> | |
| <div class="foo"></div> | |
| </body> | |
| </html> |