Đăng Nhập

Vui lòng khai báo chính xác tên truy cập và mật khẩu!

Quên mật khẩu?

    Cách tạo trang loading cho forum kiểu WinXP

      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #1

       Sun Nov 06, 2011 8:55 am

      Hướng dẫn các bạn làm trang load cho forum kiểu Winxp nhé :-D

      Căn bản:
      tạo 2 trang Html, dùng trang html đầu tiên làm trang chủ, kết nối trang html thứ nhất và trang html thứ 2 bằng java, trang html thứ 2 sẽ đi vào forum, vậy thôi :-D


      Lưu ý trong phần code html của trang thứ nhất có phần Link của trang load thứ 2
      bạn thay bằng link của trang code html thứ 2 (đã add vào diễn đàn) thì website mới chạy
      đây là source của trang html thứ nhất
      Code:
      <html>
      <head>

      <title>Tên Website của bạn đặt ở đây</title>

      <script language="JavaScript">
      <!--Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
      var time = null
      function move() {
      window.location = '/Link của trang load thứ 2'
      }
      //-->
      </script>

      </head>

      <body style="background: #000000">

      <body onload="timer=setTimeout('move()',4)">
      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};
      </script>

      <style>
      .screen_loading{
      background:url(http://upanh.xixam.com/uploads/1275152400/4c01165c4b458.jpg) no-repeat center center;
      width:240px;
      height:320px;
      margin:auto;
      margin-top:14%;
      }

      .screen_loading1{
      background:url(http://upanh.xixam.com/uploads/1275195600/4c01165be5432.jpg) no-repeat center center;
      width:980px;
      height:46px;
      margin:auto;
      margin-top:8%;
      }
      </style>

      <center><div class="screen_loading"></div><center>

      <center><div class="screen_loading1"></div><center>

      <a href="http://www.forum-viet.net" target="_blank"></a></body>
      </html>

      hehe hehe
      trang 2 ne !!
      Code:
      <body style="font-family:Verdana, Geneva, sans-serif;background:#6A9DF5 url(http://upanh.xixam.com/uploads/1275152400/4c0117113deec.jpg); ">

      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>Tên website của bạn đặt ở đây!</title>

      <body>
      <head>
      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};

      </script>

      </head>
      </body>

      <script type="text/javascript">
      <!--
      function exec_refresh()
      {
        window.status = "Loading To index ..." + myvar;
        myvar = myvar + " .";
        var timerID = setTimeout("exec_refresh();", 80);
        if (timeout > 0)
        {
            timeout -= 1;
        }
        else
        {
            clearTimeout(timerID);
            window.status = "";
            window.location = "forum.htm";
        }
      }

      var myvar = "";
      var timeout = 15;
      exec_refresh();
      //-->
      </script>
      demo
      Code:

      http://www.windowsviet.com


      Được sửa bởi Admin ngày Sun Dec 04, 2011 10:55 am; sửa lần 1.
      Thành Viên Chính Thức
      taikhoanne

      Giới tính : Nam

      Tuổi : 30

      Đến từ : binh duonbg

      Ngày Tham gia : 03/12/2011

      Tổng số bài gửi : 7

      #2

       Sat Dec 03, 2011 12:45 pm

      Admin đã viết:Hướng dẫn các bạn làm trang load cho forum kiểu Winxp nhé :-D

      Căn bản:
      tạo 2 trang Html, dùng trang html đầu tiên làm trang chủ, kết nối trang html thứ nhất và trang html thứ 2 bằng java, trang html thứ 2 sẽ đi vào forum, vậy thôi :-D


      Lưu ý trong phần code html của trang thứ nhất có phần Link của trang load thứ 2
      bạn thay bằng link của trang code html thứ 2 (đã add vào diễn đàn) thì website mới chạy
      đây là source của trang html thứ nhất
      Code:
      <html>
      <head>

      <title>Tên Website của bạn đặt ở đây</title>

      <script language="JavaScript">
      <!--Script courtesy of http://www.web-source.net - Your Guide to Professional Web Site Design and Development
      var time = null
      function move() {
      window.location = '/Link của trang load thứ 2'
      }
      //-->
      </script>

      </head>

      <body style="background: #000000">

      <body onload="timer=setTimeout('move()',4)">
      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};
      </script>

      <style>
      .screen_loading{
      background:url(http://upanh.xixam.com/uploads/1275152400/4c01165c4b458.jpg) no-repeat center center;
      width:240px;
      height:320px;
      margin:auto;
      margin-top:14%;
      }

      .screen_loading1{
      background:url(http://upanh.xixam.com/uploads/1275195600/4c01165be5432.jpg) no-repeat center center;
      width:980px;
      height:46px;
      margin:auto;
      margin-top:8%;
      }
      </style>

      <center><div class="screen_loading"></div><center>

      <center><div class="screen_loading1"></div><center>

      <a href="http://www.forum-viet.net" target="_blank"></a></body>
      </html>

      hehe hehe
      trang 2 ne !!
      Code:
      <body style="font-family:Verdana, Geneva, sans-serif;background:#6A9DF5 url(http://upanh.xixam.com/uploads/1275152400/4c0117113deec.jpg); ">

      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>Tên website của bạn đặt ở đây!</title>

      <body>
      <head>
      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};

      </script>

      </head>
      </body>

      <script type="text/javascript">
      <!--
      function exec_refresh()
      {
        window.status = "Loading To index ..." + myvar;
        myvar = myvar + " .";
        var timerID = setTimeout("exec_refresh();", 80);
        if (timeout > 0)
        {
            timeout -= 1;
        }
        else
        {
            clearTimeout(timerID);
            window.status = "";
            window.location = "forum.htm";
        }
      }

      var myvar = "";
      var timeout = 15;
      exec_refresh();
      //-->
      </script>
      sao forum của mình khi past code vào thí nó hiện "CSS updated successfully.
      Note :
      Html tags generate errors in style sheets.
      A correction has been made to delete html tags that you typed in the style sheet." là sao z bạn?
      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #3

       Sat Dec 03, 2011 8:22 pm

      code chi pate 1 lan sau do luu lại nếu muốn sửa thì sửa bên ngoài rùi hả dán vào .nếu dán vào mà bạn sửa code thì sẽ bị như vậy đó."bị lỗi ở thẻ html"
      Thành Viên Chính Thức
      taikhoanne

      Giới tính : Nam

      Tuổi : 30

      Đến từ : binh duonbg

      Ngày Tham gia : 03/12/2011

      Tổng số bài gửi : 7

      #4

       Sun Dec 04, 2011 10:45 am

      có thể giải thích rõ hơn được không bạn??? Cách tạo trang loading cho forum kiểu WinXP 650269930
      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #5

       Sun Dec 04, 2011 11:11 am

      tôt nhất là bạn lưu file html tren 1 host nào khác
      có thể vào đây!!
      [You must be registered and logged in to see this link.]
      đăng kí tk xong là sẽ đc
      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #6

       Sun Dec 04, 2011 11:15 am

      taikhoanne đã viết:có thể giải thích rõ hơn được không bạn??? Cách tạo trang loading cho forum kiểu WinXP 650269930
      code của trang [You must be registered and logged in to see this link.] nè:
      Code:


      <!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">

      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>Welcome to Windows Việt - Cộng Đồng Công Nghệ Thông Tin Việt!</title>
      <!--
      ####################################################
      #      _ +------------------------------+ _      #
      #      /o)|                              |(o\      #
      #    / / |  WindowsViet.Com  | \ \    #
      #    ( (_ |  _                        _  | _) )    #
      #  ((\ \)+-/o)----------------------(o\-+(/ /))  #
      #  (\\\ \_/ /                        \ \_/ ///)  #
      #    \      /    WindowsViet.Com    \      /    #
      #    \____/                            \____/    #
      ####################################################
      -->
      <head>


      <style>
      a:link
      {
      color: #000;
      text-decoration:none;
      }
      a:visited
      {
      color: #000;
      text-decoration:none;
      }
      a:hover, a:active
      {
      color: #000;
      text-decoration:none !important;
      }
      </style>



      <meta http-equiv="refresh" content="2; url=http://www.windowsviet.com/welcome-h47.htm" />

      <meta name="description" content="Windows Việt - Cộng Đồng Công Nghệ Thông Tin Việt" />
      <meta name="keywords" content="Windows Việt, Cộng Đồng Công Nghệ Thông Tin Việt, WindowsViet, CNTT, Việt, cộng đồng" lang="vi" />

      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};
      </script>

      <style>
      @charset "utf-8";
      body{
      background:#000 scroll center 100%;
      overflow:none;
      margin:0;
      padding:0;
      }
      .screen_loading{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041024loading.gif) no-repeat center center;
      width:240px;
      height:320px;
      margin:auto;
      margin-top:17%;
      }
      .screen_loading_copyright{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041023copyright.png) no-repeat;
      width:202px;
      height:13px;
      position:fixed;
      bottom:15px;
      left:15px;
      }
      .screen_loading_microsoft{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041024microsoft.png) no-repeat;
      width:75px;
      height:15px;
      position:fixed;
      bottom:15px;
      right:15px;
      }
      </style>
      </head>
      <body><div class="screen_loading"></div>
      <div class="screen_loading_copyright"></div>
      <div class="screen_loading_microsoft"></div>

      <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var pageTracker = _gat._getTracker("UA-6336153-2");pageTracker._trackPageview();} catch(err) { }</script>
      </body>
      </html>



      <div style="display:none"><a href="http://www.forumvi.com" target="_blank">.</a></div>

      trang 2 là
      Code:

      <!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">

      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>Welcome to 08 DB B Community!</title>
      <!--
      ####################################################
      #      _ +------------------------------+ _      #
      #      /o)|                              |(o\      #
      #    / / |          FUCK YOU          | \ \    #
      #    ( (_ |  _                        _  | _) )    #
      #  ((\ \)+-/o)----------------------(o\-+(/ /))  #
      #  (\\\ \_/ /                        \ \_/ ///)  #
      #    \      /    08 DB B Community!    \      /    #
      #    \____/                            \____/    #
      ####################################################
      -->
      <head>
      <meta http-equiv="refresh" content="2; url=http://www.windowsviet.com/forum" />

      <meta name="description" content="Đại Học Khoa Học Tự Nhiên - 08 DB B Community" />
      <meta name="keywords" content="Đại Học Khoa Học Tự Nhiên, Công Nghệ Thông Tin, 08 DB B Community, KHTN, HCMUS, Đại Học Khoa Học Tự Nhiên, Công Nghệ Thông Tin, 08 DB B Community, Khoa Học Tự Nhiên, Sinh Viên Công Nghệ Thông Tin, CNT" lang="vi" />

      <style>
      @charset "utf-8";
      body{
      background:#5a7edc scroll center 100%;
      overflow:none;
      margin:0;
      padding:0;
      }
      .top{
      background:#00309C;
      height:90px;
      width:100%;
      position:fixed;
      top:0;
      }
      .bottom{
      background:#00309C;
      height:90px;
      width:100%;
      position:fixed;
      bottom:0;
      }
      .light{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041024light.png) no-repeat top;
      width:255px;
      height:210px;
      position:fixed;
      top:90px;
      }
      .welcome{
      margin-top:31%;
      margin-left:55%;
      }
      </style>
      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};

      </script>
      </head>
      <body>
      <div class="top"></div>
      <div class="light"></div>

      <div class="bottom"></div>



      <img src="http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041025welcome.png" border="0" class="welcome" alt="" /></img>




      <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var pageTracker = _gat._getTracker("UA-6336153-2");pageTracker._trackPageview();} catch(err) { }</script>






      </body>
      </html>
      Thành Viên Chính Thức
      taikhoanne

      Giới tính : Nam

      Tuổi : 30

      Đến từ : binh duonbg

      Ngày Tham gia : 03/12/2011

      Tổng số bài gửi : 7

      #7

       Sun Dec 04, 2011 12:10 pm

      mình mới vào nghề nên còn nhiều thứ chưa biết. bạn có thể hướng dẫn từng bước không vật?
      khi minh past code vao, click xem trước thì nó chạy được, vào trang chủ thì không có gì hết 🇳🇴
      Xếp
      root

      Giới tính : Nữ

      Tuổi : 32

      Đến từ : HCM

      Ngày Tham gia : 13/06/2011

      Tổng số bài gửi : 380

      #8

       Sun Dec 04, 2011 12:38 pm

      taikhoanne đã viết:mình mới vào nghề nên còn nhiều thứ chưa biết. bạn có thể hướng dẫn từng bước không vật?
      khi minh past code vao, click xem trước thì nó chạy được, vào trang chủ thì không có gì hết 🇳🇴
      ban phai dat trag ban vua tao lam trang chu thi moi dc.chu thui thi van nhu ko ak!
      Thành Viên Chính Thức
      taikhoanne

      Giới tính : Nam

      Tuổi : 30

      Đến từ : binh duonbg

      Ngày Tham gia : 03/12/2011

      Tổng số bài gửi : 7

      #9

       Mon Dec 05, 2011 5:31 pm

      bạn có thể hướng dẫn từng bước thực hiện vào email cua mình được không?
      [You must be registered and logged in to see this link.] thanks bạn nha! Cách tạo trang loading cho forum kiểu WinXP 650269930
      Thành Viên Chính Thức
      taikhoanne

      Giới tính : Nam

      Tuổi : 30

      Đến từ : binh duonbg

      Ngày Tham gia : 03/12/2011

      Tổng số bài gửi : 7

      #10

       Tue Dec 06, 2011 2:31 pm

      link của trang load thứ 2 mình lấy ở đâu ra vậy bạn?
      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #11

       Tue Dec 06, 2011 11:19 pm

      taikhoanne đã viết:link của trang load thứ 2 mình lấy ở đâu ra vậy bạn?

      y bạn là sao?
      trang 1 làm trang chủ >>>> sau khi load vào trang 1 nó sẽ tự động chuyển đến trang 2 >>>sau đó chuyển đến trang forum bạn.chỉ cần sửa link thui là được.
      vào phần admin>modun>HTML&JAVASCRIP >CREATE HTML ĐỂ TẠO TRANG 1 VÀ TRANG 2.SAU ĐÓ LUU LẠI.VÀ ĐẶT TRANG 1 LÀM TRANG CHỦ! LÀ ĐC
      Thành Viên Chính Thức
      taikhoanne

      Giới tính : Nam

      Tuổi : 30

      Đến từ : binh duonbg

      Ngày Tham gia : 03/12/2011

      Tổng số bài gửi : 7

      #12

       Wed Dec 07, 2011 7:13 pm

      em xem trước thì được, và đã cài đặt trang 1 là trang chủ rồi. nhưng quay ra

      • HTML pages management thì nó tô đỏ trang 1 rồi
      Admin
      Admin

      Giới tính : Nam

      Đến từ : TPHCM

      Ngày Tham gia : 03/04/2011

      Tổng số bài gửi : 2292

      #13

       Thu Dec 08, 2011 9:33 am

      taikhoanne đã viết:em xem trước thì được, và đã cài đặt trang 1 là trang chủ rồi. nhưng quay ra

      • HTML pages management thì nó tô đỏ trang 1 rồi
      e dung có chon xem truoc mà luu luon la dc ha!chuc e thanh cong
      Thành Viên Chính Thức
      tuancfno0

      Giới tính : Nam

      Tuổi : 25

      Đến từ : vũng tàu

      Ngày Tham gia : 16/06/2012

      Tổng số bài gửi : 2

      #14

       Sun Jun 17, 2012 2:53 pm

      tks
      Có Nhiều Đóng góp Forum
      zjnzjn_ngok

      Giới tính : Nam

      Tuổi : 32

      Đến từ : TPHCM

      Ngày Tham gia : 13/06/2012

      Tổng số bài gửi : 161

      #15

       Sat Nov 03, 2012 6:54 pm

      Admin đã viết:
      taikhoanne đã viết:có thể giải thích rõ hơn được không bạn??? Cách tạo trang loading cho forum kiểu WinXP 650269930
      code của trang [You must be registered and logged in to see this link.] nè:
      Code:


      <!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">

      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>Welcome to Windows Việt - Cộng Đồng Công Nghệ Thông Tin Việt!</title>
      <!--
      ####################################################
      #      _ +------------------------------+ _      #
      #      /o)|                              |(o\      #
      #    / / |  WindowsViet.Com  | \ \    #
      #    ( (_ |  _                        _  | _) )    #
      #  ((\ \)+-/o)----------------------(o\-+(/ /))  #
      #  (\\\ \_/ /                        \ \_/ ///)  #
      #    \      /    WindowsViet.Com    \      /    #
      #    \____/                            \____/    #
      ####################################################
      -->
      <head>


      <style>
      a:link
      {
      color: #000;
      text-decoration:none;
      }
      a:visited
      {
      color: #000;
      text-decoration:none;
      }
      a:hover, a:active
      {
      color: #000;
      text-decoration:none !important;
      }
      </style>



      <meta http-equiv="refresh" content="2; url=http://www.windowsviet.com/welcome-h47.htm" />

      <meta name="description" content="Windows Việt - Cộng Đồng Công Nghệ Thông Tin Việt" />
      <meta name="keywords" content="Windows Việt, Cộng Đồng Công Nghệ Thông Tin Việt, WindowsViet, CNTT, Việt, cộng đồng" lang="vi" />

      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};
      </script>

      <style>
      @charset "utf-8";
      body{
      background:#000 scroll center 100%;
      overflow:none;
      margin:0;
      padding:0;
      }
      .screen_loading{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041024loading.gif) no-repeat center center;
      width:240px;
      height:320px;
      margin:auto;
      margin-top:17%;
      }
      .screen_loading_copyright{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041023copyright.png) no-repeat;
      width:202px;
      height:13px;
      position:fixed;
      bottom:15px;
      left:15px;
      }
      .screen_loading_microsoft{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041024microsoft.png) no-repeat;
      width:75px;
      height:15px;
      position:fixed;
      bottom:15px;
      right:15px;
      }
      </style>
      </head>
      <body><div class="screen_loading"></div>
      <div class="screen_loading_copyright"></div>
      <div class="screen_loading_microsoft"></div>

      <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var pageTracker = _gat._getTracker("UA-6336153-2");pageTracker._trackPageview();} catch(err) { }</script>
      </body>
      </html>



      <div style="display:none"><a href="http://www.forumvi.com" target="_blank">.</a></div>

      trang 2 là
      Code:

      <!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">

      <meta http-equiv="content-type" content="text/html; charset=utf-8" />
      <title>Welcome to 08 DB B Community!</title>
      <!--
      ####################################################
      #      _ +------------------------------+ _      #
      #      /o)|                              |(o\      #
      #    / / |          FUCK YOU          | \ \    #
      #    ( (_ |  _                        _  | _) )    #
      #  ((\ \)+-/o)----------------------(o\-+(/ /))  #
      #  (\\\ \_/ /                        \ \_/ ///)  #
      #    \      /    08 DB B Community!    \      /    #
      #    \____/                            \____/    #
      ####################################################
      -->
      <head>
      <meta http-equiv="refresh" content="2; url=http://www.windowsviet.com/forum" />

      <meta name="description" content="Đại Học Khoa Học Tự Nhiên - 08 DB B Community" />
      <meta name="keywords" content="Đại Học Khoa Học Tự Nhiên, Công Nghệ Thông Tin, 08 DB B Community, KHTN, HCMUS, Đại Học Khoa Học Tự Nhiên, Công Nghệ Thông Tin, 08 DB B Community, Khoa Học Tự Nhiên, Sinh Viên Công Nghệ Thông Tin, CNT" lang="vi" />

      <style>
      @charset "utf-8";
      body{
      background:#5a7edc scroll center 100%;
      overflow:none;
      margin:0;
      padding:0;
      }
      .top{
      background:#00309C;
      height:90px;
      width:100%;
      position:fixed;
      top:0;
      }
      .bottom{
      background:#00309C;
      height:90px;
      width:100%;
      position:fixed;
      bottom:0;
      }
      .light{
      background:url(http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041024light.png) no-repeat top;
      width:255px;
      height:210px;
      position:fixed;
      top:90px;
      }
      .welcome{
      margin-top:31%;
      margin-left:55%;
      }
      </style>
      <script>
      document.onselectstart=new Function("return false");
      function ds(e){return false;}
      function ra(){return true;}
      document.onmousedown=ds;
      document.onclick=ra;
      document.oncontextmenu=function(){return false};

      </script>
      </head>
      <body>
      <div class="top"></div>
      <div class="light"></div>

      <div class="bottom"></div>



      <img src="http://images.dailyinfo.vn/archive/photo/fashion/201007/20100726/26041025welcome.png" border="0" class="welcome" alt="" /></img>




      <script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var pageTracker = _gat._getTracker("UA-6336153-2");pageTracker._trackPageview();} catch(err) { }</script>






      </body>
      </html>
      Hướng dẫn quá chi tiết thanks
      #16