- From: Daniel Cassar <illusion@gulf.net.au>
- Date: Fri, 2 Jul 1999 17:58:50 +0930
- To: <www-html@w3.org>
Received on Friday, 2 July 1999 04:21:57 UTC
You can create a very basic "WaterMark" useing CSS....
<STYLE TYPE="text/css">
BODY {background-image: url(background.gif);
background-repeat: no-repeat;
background position: 200px 200px;
background-attachment: fixed;}
</STYLE>
However this does have some obvious limitations but it won't slow down your site asmuch and you can play with it and see what you get.
Received on Friday, 2 July 1999 04:21:57 UTC