Đă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?

    Bộ gõ mudium cho forumotion giống forum nhatcntt

      Trung Binh
      avatar

      Giới tính : Nam

      Tuổi : 27

      Đến từ : viet nam

      Ngày Tham gia : 02/09/2011

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

      #1

       Sat Dec 10, 2011 8:11 am

      Bạn chèn vào 0ver_Footer ở cuối nhé :
      Code:
      <script type="text/javascript" src="http://mudim.googlecode.com/files/mudim-0.8-r142.js"></script>
      Các bạn chèn code sau vào cuối css là xong
      Code:
      #mudimPanel {
      -webkit-transition: all 2s ease; -moz-transition: all 2s ease;
      background: white url('http://www.c3zone.net/users/2611/10/63/87/album/go10.jpg') no-repeat right center!important;
      -moz-opacity: 0.9; opacity: 0.9; filter: alpha(opacity=90);
      bottom: 9px!important;
      left: -333px!important;
      width: 330px!important;
      height: 47px!important;
      padding: 4px 26px 4px 4px!important;
      font-size: 9px!important;
      font-weight: bold;
      vertical-align: middle;
      -moz-box-shadow: 5px 5px 5px black;
      -webkit-box-shadow: 5px 5px 5px black;
      box-shadow: 5px 5px 5px black;
      }
      #mudimPanel:hover {
      -webkit-transition: all 1s ease;-moz-transition: all 1s ease;
      -moz-opacity: 1;opacity: 1;filter: alpha(opacity=100);
      left: 0!important;
      }