<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Fixed Background Demo</title>
<style type="text/css">
<!-- Add the following to the HEAD of your Web page. Change the URL to your background image
.clsFix {
background-image: url(Images/student.gif);
background-repeat: no-repeat;
background-attachment: fixed;
}
//-->
</style>
</head>
<body>
<table width="100%" style="height:1500px" class="clsFix ">
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
No comments:
Post a Comment