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?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.