Lamborghini Huracán LP 610-4 t
position | Html, css, javacripst, php, jquery | Wapmaster - Forum-VN #ref-menu
▼ position
* tamhoangdk
- Cấp bậc: mem
18-04-2016
relative
.relative1 {
  position: relative;
}
.relative2 {
  position: relative;
  top: -20px;
  left: 20px;
  background-color: white;
  width: 500px;
}
Copy code

absolute
.relative {
  position: relative;
  width: 600px;
  height: 400px;
}
.absolute {
  position: absolute;
  top: 120px;
  right: 0;
  width: 300px;
  height: 200px;
}
Copy code

fixed
.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  background-color: white;
}
Copy code
- Edited:  tamhoangdk )
18-04-2016
Tập tin đính kèm
*
*
*
* Untitled.png
· image/png
· 21.45KB
* a.png
· image/png
· 21.47KB
* as.png
· image/png
· 14.47KB
▲ Tổng số: 1
- Share:
BBCode:

Link:
Online: Guests: 1

Từ khóa: position , position