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

Reply via email to