nets
26-12-2005, 11:32 AM
Something for Christmas, well it's a bit late..
Ok some basic CSS to tile a background across the top of the page, its incredibly simple but effective:
<style>
body {
background-image: url(icicletile.gif);
background-repeat: repeat-x;
background-color: #8C9DAF;
}
</style>
Put this into the head of your document, it will tile the background "icicletile.gif" across the top of the page. It has also got a background colour, which will be placed on the rest of the page where there isn't a tile.
Once you've done that put a icicle tile into the same folder as the html file, I've quickly made one in photoshop (I'm sure anyone could improve on that, as my photoshop skills are "lacking").
Ok that took about 1 minute to write, I'm just going to upload an example.
Edit: http://joshh.co.uk/examples/icicle/
Ok some basic CSS to tile a background across the top of the page, its incredibly simple but effective:
<style>
body {
background-image: url(icicletile.gif);
background-repeat: repeat-x;
background-color: #8C9DAF;
}
</style>
Put this into the head of your document, it will tile the background "icicletile.gif" across the top of the page. It has also got a background colour, which will be placed on the rest of the page where there isn't a tile.
Once you've done that put a icicle tile into the same folder as the html file, I've quickly made one in photoshop (I'm sure anyone could improve on that, as my photoshop skills are "lacking").
Ok that took about 1 minute to write, I'm just going to upload an example.
Edit: http://joshh.co.uk/examples/icicle/