Watermark In Dreamweaver Mx?!?! Please Help!

liunx

Guest
How can I make a watermark in my webpage so just the text scrolls and the image stays?<br />
<br />
And if anybody responds, PLEASE tell me where in my code to put the code for the watermark, and indicate where I put the image name- I've found scripts- but they don't tell me where to put those two things. . . <br />
<br />
Thanks for any help. . .<!--content-->How can I make a watermark in my webpage so just the text scrolls and the image stays?<br />
<br />
And if anybody responds, PLEASE tell me where in my code to put the code for the watermark, and indicate where I put the image name- I've found scripts- but they don't tell me where to put those two things. . . <br />
<br />
Thanks for any help. . .<br />
<br />
Moderators Note<br />
Please do not cross post.<!--content-->something like this in the head section of your html page should do<br />
<br />
<STYLE TYPE="text/css"><br />
body{background-image: url(someimage.gif); background-repeat:<br />
no-repeat; background-position: 200px 200px; background-attachment: fixed; }<br />
</STYLE><!--content-->
 
Back
Top