background-attachment.aspx font size:
<html>
<head>
<title>Abakada CSS Demo: background-attachment Attribute</title>
<link rel="stylesheet" href="/shared/netdemos.css">

<style type="text/css">
body {
   background: url( "../shared/images/filtwiz.gif" ) fixed no-repeat }
#msg {
   font: bold; color: slategray }
-->
</style>
</head>

<body>
<!-- #include virtual="~/shared/top.inc" -->

<div class="header"><h2>Abakada CSS Demo: <span class="hilite">background-attachment</span> Attribute</h2></div>
<hr size=1 width=92%>

<div id="msg" align="center">
   <p>This example illustrates the use of the <b>background-attachment</b> style attribute, which has been set to <i>fixed</i>. Scroll down this page to see the effect. </p>

   <p>&nbsp;</p>

   <p>Notice that the background image remains stationary under all other objects in the BODY. </p>

   <p>&nbsp;</p>

   <p>This property may be set together with the other background properties using the <b>background</b> composite property. </p>

   <p>&nbsp;</p>

   <!-- <p>Microsoft<sup>&reg;</sup> Internet Explorer<sup>&reg;</sup> 3.0 supports the background-attachment attribute, but only when it�s set through the <b>background</b> style attribute. </p> -->

   <p>&nbsp;</p>
</div>

<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->

</body>
</html>