<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> </p>
<p>Notice that the background image remains stationary under all other objects in the BODY. </p>
<p> </p>
<p>This property may be set together with the other background properties using the <b>background</b> composite property. </p>
<p> </p>
<!-- <p>Microsoft<sup>®</sup> Internet Explorer<sup>®</sup> 3.0 supports the background-attachment attribute, but only when it�s set through the <b>background</b> style attribute. </p> -->
<p> </p>
</div>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>