Moving gradient

J

Joe Rohn

Hi lifespan,

It was done by having the gradient background image be set as a watermark.

First have the background image be on your page..and then do this:

Format | Background | and then check the box that says "make it a watermark"
| OK | Save

You must do a preview in browser in order to then see it.

You could also go into code view of your page and do something like this in
the head section:

<style type="text/css">
body
{
background-image:
url('yourbackground.gif');
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>

In the example above rename the image yourbackground.gif to your actual
image name.


--
Joe
Microsoft MVP FrontPage

FrontPage and Expression Users Forums
http://www.timeforweb.com/frontpage/forum/default.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top