For Netscape, you need to define a separate <div> for the image

#backgroundDiv {
        layer-background-image:URL(filename.gif);
}

And then position it where you want it.

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-----Original Message-----
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 10, 2000 3:13 PM
To: [EMAIL PROTECTED]
Subject: Re: how do you have a static picture in the background


Not true? The FIXED attribute DOES NOT work in NS 4.08 (Naigator 4.5) but
the
rest of the style sheet does!

Dave


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 10, 2000 11:27 AM
Subject: RE: how do you have a static picture in the background


> You can in IE but not Netscape:
>
> <BODY BACKGROUND="images/yourbackground.gif" BGPROPERTIES="FIXED">

Not true. Use a style-sheet for cross-browser compatibility:

<style type="text/css"><!--
 BODY {
   background: white url(images/whatever.gif);
   background-repeat: no-repeat;
   background-attachment: fixed;
   }
-->
</style>

This is from the StyleSheet help content in CF Studio 4 and 4.5.


ron allen hornbaker       ����
mailto:[EMAIL PROTECTED]        ~
humankind systems, inc.
http://humankindsystems.com/LoftCam



----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the body.

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to