Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.34 KB | None | 0 0
  1. body {
  2.     margin-top: 0px;
  3.     margin-left: 0px;
  4. }
  5. #All {
  6.     height: auto;
  7.     width: 1000px;
  8.     margin-right: auto;
  9.     margin-left: auto;
  10.     position: relative;
  11. }
  12. #banner {
  13.     height: 200px;
  14.     width: 1000px;
  15.     position: absolute;
  16.     left: 0px;
  17.     top: 0px;
  18.     background: #0000FF;
  19. }
  20. #topmenu {
  21.     height: 25px;
  22.     width: 1000px;
  23.     left: 0px;
  24.     top: 200px;
  25.     position:absolute;
  26.     background:#FF0000;
  27. }
  28. #menuleft {
  29.     position: absolute;
  30.     height: 205px;
  31.     width: 200px;
  32.     left: 0px;
  33.     top: 225px;
  34.     background:#FF00FF;
  35. }
  36. #adleft {
  37.     position: absolute;
  38.     height: 669px;
  39.     width: 200px;
  40.     left: 0px;
  41.     top: 431px;
  42.     background:#FFFF00;
  43. }
  44. #topadbanner {
  45.     position: absolute;
  46.     height: 206px;
  47.     width: 600px;
  48.     left: 200px;
  49.     top: 225px;
  50.     background:#00FF00;
  51. }
  52. #main {
  53.     position: absolute;
  54.     height: 669px;
  55.     width: 600px;
  56.     left: 200px;
  57.     top: 431px;
  58.     background:#FF6600;
  59. }
  60. #giohang {
  61.     position: absolute;
  62.     height: 206px;
  63.     width: 200px;
  64.     left: 800px;
  65.     top: 225px;
  66.     background:#66FFFF;
  67. }
  68. #dangnhap {
  69.     position: absolute;
  70.     height: 243px;
  71.     width: 200px;
  72.     left: 800px;
  73.     top: 431px;
  74.     background:#CC00FF;
  75. }
  76. #hotro {
  77.     position: absolute;
  78.     height: 424px;
  79.     width: 200px;
  80.     left: 800px;
  81.     top: 675px;
  82.     background:#999999;
  83. }
  84. #footer {
  85.     position: absolute;
  86.     top:1100px;
  87.     height: 150px;
  88.     float:left;
  89.     width: 1000px;
  90.     bottom: 5px;
  91.     background:#CCCCCC;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement