Can anyone tell me in simple language, how to set a fixed background image
(watermark) in Front Page that will work with different browsers? I am able
to fix the image in Internet Explorer but it continues to scroll in both
Netscape and Mozilla.

- Thanks in advance. You guys have always been lots of help in the past.

Re: Fixed Background Image Problem by Tom

Tom
Mon Mar 14 20:56:08 CST 2005


"The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
news:kNqdnY4UrqgngqvfRVn-vA@accnorwalk.com...
> Can anyone tell me in simple language, how to set a fixed background
> image
> (watermark) in Front Page that will work with different browsers? I
> am able
> to fix the image in Internet Explorer but it continues to scroll in
> both
> Netscape and Mozilla.
>
> - Thanks in advance. You guys have always been lots of help in
> the past.

This is one I don't think the regulars are going to tell you how to
fix!! :-(
As far as I've found, you can't.

Tom J



Re: Fixed Background Image Problem by Jim

Jim
Mon Mar 14 21:21:37 CST 2005

Tom J wrote:
> "The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
> news:kNqdnY4UrqgngqvfRVn-vA@accnorwalk.com...
>> Can anyone tell me in simple language, how to set a fixed background
>> image
>> (watermark) in Front Page that will work with different browsers? I
>> am able
>> to fix the image in Internet Explorer but it continues to scroll in
>> both
>> Netscape and Mozilla.
>>
> This is one I don't think the regulars are going to tell you how to
> fix!! :-(
> As far as I've found, you can't.
>

Sure you can! Use CSS:

<style>
body
{
background-image: url(backimage.jpg);
background-repeat: no-repeat;
background-attachment: fixed
}
</style>

Note that Netscape 4 doesn't support this.

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Check out Spam Spoiler, our new add-in!
Add e-mail links to your Web site again
without fear of spammers!




Re: Fixed Background Image Problem by The

The
Tue Mar 15 03:45:34 CST 2005

Thanks! I'll give it a try.

"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...
> Tom J wrote:
>> "The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
>> news:kNqdnY4UrqgngqvfRVn-vA@accnorwalk.com...
>>> Can anyone tell me in simple language, how to set a fixed background
>>> image
>>> (watermark) in Front Page that will work with different browsers? I
>>> am able
>>> to fix the image in Internet Explorer but it continues to scroll in
>>> both
>>> Netscape and Mozilla.
>>>
>> This is one I don't think the regulars are going to tell you how to
>> fix!! :-(
>> As far as I've found, you can't.
>>
>
> Sure you can! Use CSS:
>
> <style>
> body
> {
> background-image: url(backimage.jpg);
> background-repeat: no-repeat;
> background-attachment: fixed
> }
> </style>
>
> Note that Netscape 4 doesn't support this.
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Tue Mar 15 10:02:48 CST 2005

Or <body> | Properties > Formatting > browse to background image and enable
watermark checkbox.

--
Murray
============

"The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
news:Ma-dnfOnY4MjM6vfRVn-vA@accnorwalk.com...
> Thanks! I'll give it a try.
>
> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
> news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...
>> Tom J wrote:
>>> "The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
>>> news:kNqdnY4UrqgngqvfRVn-vA@accnorwalk.com...
>>>> Can anyone tell me in simple language, how to set a fixed background
>>>> image
>>>> (watermark) in Front Page that will work with different browsers? I
>>>> am able
>>>> to fix the image in Internet Explorer but it continues to scroll in
>>>> both
>>>> Netscape and Mozilla.
>>>>
>>> This is one I don't think the regulars are going to tell you how to
>>> fix!! :-(
>>> As far as I've found, you can't.
>>>
>>
>> Sure you can! Use CSS:
>>
>> <style>
>> body
>> {
>> background-image: url(backimage.jpg);
>> background-repeat: no-repeat;
>> background-attachment: fixed
>> }
>> </style>
>>
>> Note that Netscape 4 doesn't support this.
>>
>> --
>> Jim Cheshire
>> JIMCO
>> http://www.jimcoaddins.com
>>
>> Check out Spam Spoiler, our new add-in!
>> Add e-mail links to your Web site again
>> without fear of spammers!
>>
>>
>>
>
>



Re: Fixed Background Image Problem by Jim

Jim
Tue Mar 15 10:18:40 CST 2005

Murray wrote:
> Or <body> | Properties > Formatting > browse to background image and
> enable watermark checkbox.
>

I'm pretty sure that just sets the "fixed" attribute for the body tag.
That's an IE-only thing.

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Check out Spam Spoiler, our new add-in!
Add e-mail links to your Web site again
without fear of spammers!




Re: Fixed Background Image Problem by Murray

Murray
Tue Mar 15 10:33:20 CST 2005

Hmm - if that's the case, I withdraw it! <checking>

--
Murray
============

"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:%23mPWwqXKFHA.3992@TK2MSFTNGP15.phx.gbl...
> Murray wrote:
>> Or <body> | Properties > Formatting > browse to background image and
>> enable watermark checkbox.
>>
>
> I'm pretty sure that just sets the "fixed" attribute for the body tag.
> That's an IE-only thing.
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Tue Mar 15 10:34:15 CST 2005

Nope - recommendation stands!

style="background-attachment: fixed"

--
Murray
============

"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:%23mPWwqXKFHA.3992@TK2MSFTNGP15.phx.gbl...
> Murray wrote:
>> Or <body> | Properties > Formatting > browse to background image and
>> enable watermark checkbox.
>>
>
> I'm pretty sure that just sets the "fixed" attribute for the body tag.
> That's an IE-only thing.
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Tom

Tom
Tue Mar 15 11:16:01 CST 2005

What I wanted to do was use a small jpg tiled and have the tiled
background as watermark. That works in IE but not NS/Mozilla. Is
there a way to code it so it will?
Thanks
Tom J

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:eZw%23SzXKFHA.2132@TK2MSFTNGP14.phx.gbl...
> Nope - recommendation stands!
>
> style="background-attachment: fixed"
>
> --
> Murray
> ============
>
> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
> news:%23mPWwqXKFHA.3992@TK2MSFTNGP15.phx.gbl...
>> Murray wrote:
>>> Or <body> | Properties > Formatting > browse to background image
>>> and
>>> enable watermark checkbox.
>>>
>>
>> I'm pretty sure that just sets the "fixed" attribute for the body
>> tag. That's an IE-only thing.
>>
>> --
>> Jim Cheshire
>> JIMCO
>> http://www.jimcoaddins.com
>>
>> Check out Spam Spoiler, our new add-in!
>> Add e-mail links to your Web site again
>> without fear of spammers!
>>
>>
>>
>
>



Re: Fixed Background Image Problem by Tom

Tom
Tue Mar 15 11:16:02 CST 2005


"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...

http://www.fleetwoodclub.org/index_logo.htm (test page)
The css code below watermarks a full page image.
What I wanted to do was use a small jpg tiled and have the tiled
background as stationary/watermark. That works in IE but not
NS/Mozilla. Is
there a way to code it so it will work in most?
Thanks
Tom J


>> This is one I don't think the regulars are going to tell you how to
>> fix!! :-(
>> As far as I've found, you can't.
>>
>
> Sure you can! Use CSS:
>
> <style>
> body
> {
> background-image: url(backimage.jpg);
> background-repeat: no-repeat;
> background-attachment: fixed
> }
> </style>
>
> Note that Netscape 4 doesn't support this.
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Tue Mar 15 12:13:19 CST 2005

Your page is not using CSS - it's using IE proprietary coding -

<body bgcolor="#FFFFFF" background="images/tcclub_logo_small.jpg"
bgproperties="fixed">

Change that to -

<body bgcolor="#FFFFFF" background="images/tcclub_logo_small.jpg"
style="background-attachment:fixed;">

and see what happens.

--
Murray
============

"Tom J" <tomj_ga@despammed.com> wrote in message
news:mLEZd.4837$qf2.1013@newsread2.news.atl.earthlink.net...
>
> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
> news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...
>
> http://www.fleetwoodclub.org/index_logo.htm (test page)
> The css code below watermarks a full page image.
> What I wanted to do was use a small jpg tiled and have the tiled
> background as stationary/watermark. That works in IE but not NS/Mozilla.
> Is
> there a way to code it so it will work in most?
> Thanks
> Tom J
>
>
>>> This is one I don't think the regulars are going to tell you how to
>>> fix!! :-(
>>> As far as I've found, you can't.
>>>
>>
>> Sure you can! Use CSS:
>>
>> <style>
>> body
>> {
>> background-image: url(backimage.jpg);
>> background-repeat: no-repeat;
>> background-attachment: fixed
>> }
>> </style>
>>
>> Note that Netscape 4 doesn't support this.
>>
>> --
>> Jim Cheshire
>> JIMCO
>> http://www.jimcoaddins.com
>>
>> Check out Spam Spoiler, our new add-in!
>> Add e-mail links to your Web site again
>> without fear of spammers!
>>
>>
>>
>
>



Re: Fixed Background Image Problem by Jim

Jim
Tue Mar 15 15:03:09 CST 2005

Murray wrote:
> Nope - recommendation stands!
>
> style="background-attachment: fixed"
>
>

Guess it would have been easy enough for me to check, huh. :)

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Check out Spam Spoiler, our new add-in!
Add e-mail links to your Web site again
without fear of spammers!




Re: Fixed Background Image Problem by Tom

Tom
Tue Mar 15 15:07:50 CST 2005

Murray, this is the reason I keep reading this newsgroup. You guts are
a great help to those of us not so savvy!! Did what I wanted.

Tom J

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:efmAqqYKFHA.244@TK2MSFTNGP12.phx.gbl...
> Your page is not using CSS - it's using IE proprietary coding -
>
> <body bgcolor="#FFFFFF" background="images/tcclub_logo_small.jpg"
> bgproperties="fixed">
>
> Change that to -
>
> <body bgcolor="#FFFFFF" background="images/tcclub_logo_small.jpg"
> style="background-attachment:fixed;">
>
> and see what happens.
>
> --
> Murray
> ============
>
> "Tom J" <tomj_ga@despammed.com> wrote in message
> news:mLEZd.4837$qf2.1013@newsread2.news.atl.earthlink.net...
>>
>> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
>> news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...
>>
>> http://www.fleetwoodclub.org/index_logo.htm (test page)
>> The css code below watermarks a full page image.
>> What I wanted to do was use a small jpg tiled and have the tiled
>> background as stationary/watermark. That works in IE but not
>> NS/Mozilla. Is
>> there a way to code it so it will work in most?
>> Thanks
>> Tom J
>>
>>
>>>> This is one I don't think the regulars are going to tell you how
>>>> to
>>>> fix!! :-(
>>>> As far as I've found, you can't.
>>>>
>>>
>>> Sure you can! Use CSS:
>>>
>>> <style>
>>> body
>>> {
>>> background-image: url(backimage.jpg);
>>> background-repeat: no-repeat;
>>> background-attachment: fixed
>>> }
>>> </style>
>>>
>>> Note that Netscape 4 doesn't support this.
>>>
>>> --
>>> Jim Cheshire
>>> JIMCO
>>> http://www.jimcoaddins.com
>>>
>>> Check out Spam Spoiler, our new add-in!
>>> Add e-mail links to your Web site again
>>> without fear of spammers!
>>>
>>>
>>>
>>
>>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Tue Mar 15 17:03:34 CST 2005

It was very hard. I worked on the test case most of the afternoon. Of
course, I was napping at the time.... 8)

--
Murray
============

"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:urM9tJaKFHA.3832@TK2MSFTNGP12.phx.gbl...
> Murray wrote:
>> Nope - recommendation stands!
>>
>> style="background-attachment: fixed"
>>
>>
>
> Guess it would have been easy enough for me to check, huh. :)
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Tue Mar 15 17:04:10 CST 2005

My guts had nothing to do with this! 8)

But I am glad we were able to help you....

--
Murray
============

"Tom J" <tomj_ga@despammed.com> wrote in message
news:G8IZd.5177$qf2.2985@newsread2.news.atl.earthlink.net...
> Murray, this is the reason I keep reading this newsgroup. You guts are a
> great help to those of us not so savvy!! Did what I wanted.
>
> Tom J
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:efmAqqYKFHA.244@TK2MSFTNGP12.phx.gbl...
>> Your page is not using CSS - it's using IE proprietary coding -
>>
>> <body bgcolor="#FFFFFF" background="images/tcclub_logo_small.jpg"
>> bgproperties="fixed">
>>
>> Change that to -
>>
>> <body bgcolor="#FFFFFF" background="images/tcclub_logo_small.jpg"
>> style="background-attachment:fixed;">
>>
>> and see what happens.
>>
>> --
>> Murray
>> ============
>>
>> "Tom J" <tomj_ga@despammed.com> wrote in message
>> news:mLEZd.4837$qf2.1013@newsread2.news.atl.earthlink.net...
>>>
>>> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
>>> news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...
>>>
>>> http://www.fleetwoodclub.org/index_logo.htm (test page)
>>> The css code below watermarks a full page image.
>>> What I wanted to do was use a small jpg tiled and have the tiled
>>> background as stationary/watermark. That works in IE but not NS/Mozilla.
>>> Is
>>> there a way to code it so it will work in most?
>>> Thanks
>>> Tom J
>>>
>>>
>>>>> This is one I don't think the regulars are going to tell you how to
>>>>> fix!! :-(
>>>>> As far as I've found, you can't.
>>>>>
>>>>
>>>> Sure you can! Use CSS:
>>>>
>>>> <style>
>>>> body
>>>> {
>>>> background-image: url(backimage.jpg);
>>>> background-repeat: no-repeat;
>>>> background-attachment: fixed
>>>> }
>>>> </style>
>>>>
>>>> Note that Netscape 4 doesn't support this.
>>>>
>>>> --
>>>> Jim Cheshire
>>>> JIMCO
>>>> http://www.jimcoaddins.com
>>>>
>>>> Check out Spam Spoiler, our new add-in!
>>>> Add e-mail links to your Web site again
>>>> without fear of spammers!
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>



Re: Fixed Background Image Problem by The

The
Tue Mar 15 17:59:12 CST 2005

How exactly do I "Use CSS?"

"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:Ol9Cj4QKFHA.2952@TK2MSFTNGP10.phx.gbl...
> Tom J wrote:
>> "The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
>> news:kNqdnY4UrqgngqvfRVn-vA@accnorwalk.com...
>>> Can anyone tell me in simple language, how to set a fixed background
>>> image
>>> (watermark) in Front Page that will work with different browsers? I
>>> am able
>>> to fix the image in Internet Explorer but it continues to scroll in
>>> both
>>> Netscape and Mozilla.
>>>
>> This is one I don't think the regulars are going to tell you how to
>> fix!! :-(
>> As far as I've found, you can't.
>>
>
> Sure you can! Use CSS:
>
> <style>
> body
> {
> background-image: url(backimage.jpg);
> background-repeat: no-repeat;
> background-attachment: fixed
> }
> </style>
>
> Note that Netscape 4 doesn't support this.
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Jim

Jim
Tue Mar 15 18:48:48 CST 2005

The Funny Farm wrote:
> How exactly do I "Use CSS?"
>

What version of FrontPage are you using?

--
Jim Cheshire
JIMCO
http://www.jimcoaddins.com

Check out Spam Spoiler, our new add-in!
Add e-mail links to your Web site again
without fear of spammers!




Re: Fixed Background Image Problem by The

The
Tue Mar 15 20:57:39 CST 2005

Unfortunately, the oldest available. I think it's even in black and white.
Version 1.1 Any hope for me?

Jimmy "Hurricane" Havran
the 10th best mailman in Bay Village, OH
1968 days until retirement

"Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
news:uHYZ0HcKFHA.3184@TK2MSFTNGP09.phx.gbl...
> The Funny Farm wrote:
>> How exactly do I "Use CSS?"
>>
>
> What version of FrontPage are you using?
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> Check out Spam Spoiler, our new add-in!
> Add e-mail links to your Web site again
> without fear of spammers!
>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Wed Mar 16 05:37:39 CST 2005

Sure - do it manually. You always have access to the code, right?

--
Murray
============

"The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
news:hdidnYUsacA-ParfRVn-og@accnorwalk.com...
> Unfortunately, the oldest available. I think it's even in black and
> white. Version 1.1 Any hope for me?
>
> Jimmy "Hurricane" Havran
> the 10th best mailman in Bay Village, OH
> 1968 days until retirement
>
> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
> news:uHYZ0HcKFHA.3184@TK2MSFTNGP09.phx.gbl...
>> The Funny Farm wrote:
>>> How exactly do I "Use CSS?"
>>>
>>
>> What version of FrontPage are you using?
>>
>> --
>> Jim Cheshire
>> JIMCO
>> http://www.jimcoaddins.com
>>
>> Check out Spam Spoiler, our new add-in!
>> Add e-mail links to your Web site again
>> without fear of spammers!
>>
>>
>>
>
>



Re: Fixed Background Image Problem by The

The
Wed Mar 16 17:55:51 CST 2005

I suppose. Are you talking about the HTML dialog box? I'm not sure how to
use it.

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:OKVjNyhKFHA.3960@TK2MSFTNGP09.phx.gbl...
> Sure - do it manually. You always have access to the code, right?
>
> --
> Murray
> ============
>
> "The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
> news:hdidnYUsacA-ParfRVn-og@accnorwalk.com...
>> Unfortunately, the oldest available. I think it's even in black and
>> white. Version 1.1 Any hope for me?
>>
>> Jimmy "Hurricane" Havran
>> the 10th best mailman in Bay Village, OH
>> 1968 days until retirement
>>
>> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
>> news:uHYZ0HcKFHA.3184@TK2MSFTNGP09.phx.gbl...
>>> The Funny Farm wrote:
>>>> How exactly do I "Use CSS?"
>>>>
>>>
>>> What version of FrontPage are you using?
>>>
>>> --
>>> Jim Cheshire
>>> JIMCO
>>> http://www.jimcoaddins.com
>>>
>>> Check out Spam Spoiler, our new add-in!
>>> Add e-mail links to your Web site again
>>> without fear of spammers!
>>>
>>>
>>>
>>
>>
>
>



Re: Fixed Background Image Problem by Murray

Murray
Wed Mar 16 19:13:28 CST 2005

I am not familiar with FP1.1, but surely it has some way to get at the code?
If there is a way to do that, you can always add an embedded or linked
stylesheet to the head of the page.

--
Murray
============

"The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
news:IsWdnWY7m78XWqXfRVn-qg@accnorwalk.com...
>I suppose. Are you talking about the HTML dialog box? I'm not sure how to
>use it.
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OKVjNyhKFHA.3960@TK2MSFTNGP09.phx.gbl...
>> Sure - do it manually. You always have access to the code, right?
>>
>> --
>> Murray
>> ============
>>
>> "The Funny Farm" <funnyfrm@accnorwalk.com> wrote in message
>> news:hdidnYUsacA-ParfRVn-og@accnorwalk.com...
>>> Unfortunately, the oldest available. I think it's even in black and
>>> white. Version 1.1 Any hope for me?
>>>
>>> Jimmy "Hurricane" Havran
>>> the 10th best mailman in Bay Village, OH
>>> 1968 days until retirement
>>>
>>> "Jim Cheshire (JIMCO)" <contactme@mysite.com> wrote in message
>>> news:uHYZ0HcKFHA.3184@TK2MSFTNGP09.phx.gbl...
>>>> The Funny Farm wrote:
>>>>> How exactly do I "Use CSS?"
>>>>>
>>>>
>>>> What version of FrontPage are you using?
>>>>
>>>> --
>>>> Jim Cheshire
>>>> JIMCO
>>>> http://www.jimcoaddins.com
>>>>
>>>> Check out Spam Spoiler, our new add-in!
>>>> Add e-mail links to your Web site again
>>>> without fear of spammers!
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>