Server IP : 103.6.199.200 / Your IP : 18.117.156.170 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/smsmalor/smsmalorsetar.com/wwwroot/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Unit HEM</title> <style type="text/css"> <!-- .style1 {color: #0000FF} .style2 {font-size: 24px} .header { padding: 0px 0px; } .content { padding: 16px; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .content { padding-top: 102px; } div { width:100%; height:auto; } --> </style> </head> <body> <!-- ***** bind header to freeze id --> <div class="header" id="myHeader"> <?php include('smheader02.php') ?> </div> <!-- ***** Kandungan akan skrol --> <div class="content"> <div align="center" class="style1 style2">PANDUAN GURU BERTUGAS MINGGUAN </div> <table border="0" align="center"> <tr> <td align="center"> <p><img src="images/Info_Hem/panduan guru bertugas 01.jpg" width="100%" height="auto" /></p> <p> </p> <p><img src="images/Info_Hem/panduan guru bertugas 02.jpg" width="100%" height="auto" /></p> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> <div align="center"> </div> <p> </p> <p align="center"><a href="index.php" target="_self">KEMBALI</a></p> </div> <!-- Skrol kandungan --> </body> <!-- Script to execute freeze --> <script> window.onscroll = function() {myFunction()}; var header = document.getElementById("myHeader"); var sticky = header.offsetTop; function myFunction() { if (window.pageYOffset > sticky) { header.classList.add("sticky"); } else { header.classList.remove("sticky"); } } </script> </html>