List Item 마커 위치 지정
List Item 마커 위치 지정
이 list-style-position속성은 목록 항목 마커를 내용 흐름의 내부 또는 외부에 표시할지 여부를 지정합니다.
예
ul {
list-style-position: inside;
}
<!DOCTYPE html>
<html>
<head>
<style>
ul.a {list-style-position:inside;}
ul.b {list-style-position:outside;}
</style>
</head>
<body>
<p>The following list has list-style-position: inside:</p>
<ul class="a">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
<p>The following list has list-style-position: outside:</p>
<ul class="b">
<li>Coffee</li>
<li>Tea</li>
<li>Coca Cola</li>
</ul>
<p>"list-style-position: outside" is the default setting.</p>
</body>
</html>

게시글 목록
| 번호 | 제목 |
|---|---|
| 2097 | |
| 2095 | |
| 2082 | |
| 2071 |
HTML
스크롤에 따라 변하는 메뉴...
1
|
| 2048 |
HTML
로고 크기에 제한이 있나요?
21
|
| 2046 | |
| 2042 | |
| 2022 | |
| 2017 |
HTML
웹 표준화 관련 사이트들
4
|
| 2001 | |
| 1999 |
HTML
브라우저별 개별 css 적용
1
|
| 1996 | |
| 1994 | |
| 1989 | |
| 1988 |
HTML
주소 검색 소스~ 부탁드려요 ^^
|
| 1982 |
HTML
CSS 게시판 위치별 제어
5
|
| 1975 |
HTML
홈페이지 카테고리 수정 도움 요청
2
|
| 1971 | |
| 1970 | |
| 1964 | |
| 1961 | |
| 1958 | |
| 1954 | |
| 1951 |
HTML
jQuery 이미지 체크박스
3
|
| 1947 |
HTML
엄한 질문 하나 드립니다. ㅎㅎㅎ
3
|
| 1944 | |
| 1941 | |
| 1938 | |
| 1929 |
HTML
zen코딩 치트문서~
8
|
| 1926 |
HTML
젠코딩 동영상
2
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기