Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

want to set background as watermark

Status
Not open for further replies.

peezer

Instructor
Mar 21, 2003
29
US
I am trying to set my background as a watermark so that the image remains static while only the text scrolls. Is it possible to set a background as a watermark in GoLive 6.0?
 
That's an easy one. You can set it with a CSS rule.

You can use the following CSS source code or use the GoLive inspector to make these CSS settings. The "watermark.jpg" would be the link to the image your using as a watermark.

body { background: url("watermark.jpg") white center no-repeat fixed
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top