|
Posted by Steve Pugh on 12/29/80 11:39
Helen wrote:
>
> I want to keep the background static, it works fine in IE but it doesn't
> work in firefox. Does anyone know the code to do it so it works in both IE
> and firefox.
>
> The code I'm using is "properties=fixed"
Please use a more descriptive subject line in future, a large portion
of the posts here are about 'how' to do something and many people are
too busy to download and open posts to see whether the 'how' in this
case is somthing of interest.
Anyway, I presume you are using <body bgproperties="fixed"> when you
say
properties=fixed ? That's an Microsoft extension to HTML and not part
of any standard.
Use the CSS background-attachment property, which is supported by all
modern browsers (and even by IE).
http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment
Steve
Navigation:
[Reply to this message]
|