티스토리 뷰

HTML&CSS

html&css : Layout

뚜비콩 2017. 8. 31. 09:36


position: 

position: absolute;
스크롤링하면 따라서 올라감. 

position: fixed;

스크롤링해도 설정한 이미지는 화면 내 설정한 위치에 고정된다.


z-index:


float: 

float: left;
float: right;

clear:

  1. left — the left side of the element will not touch any other element within the same containing element.
  2. right — the right side of the element will not touch any other element within the same containing element.
  3. both — neither side of the element will touch any other element within the same containing element.
  4. none — the element can touch either side.



'HTML&CSS' 카테고리의 다른 글

CSS TIP  (0) 2017.11.06
jQuery / DOM (JavaScripts and the dom)  (0) 2017.09.04
Tables  (0) 2017.09.04
adding images  (0) 2017.09.04
html&css : Box Model - Content Box  (0) 2017.08.30
댓글