![]() |
tamhoangdk - Cấp bậc: ![]() |

relative
absolute
fixed
.relative1 {
position: relative;
}
.relative2 {
position: relative;
top: -20px;
left: 20px;
background-color: white;
width: 500px;
}
Copy code
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
position: relative;
width: 600px;
height: 400px;
}
.absolute {
position: absolute;
top: 120px;
right: 0;
width: 300px;
height: 200px;
}
Copy code
fixed
Tập tin đính kèm




· image/png
· 21.45KB

· image/png
· 21.47KB

· image/png
· 14.47KB
- Share: BBCode: Link: |