Monday 16 July 2012

Fix Background Image




<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

What should you required to learn machine learning

  To learn machine learning, you will need to acquire a combination of technical skills and domain knowledge. Here are some of the things yo...