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!
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>