에디트 모드에서 list-style 이 안뜨는데요.. 정보
에디트 모드에서 list-style 이 안뜨는데요..본문
안녕하세요,
게시글등록시 에디트모드에서 코딩한걸 넣었는데요,
이상하게. list-style이 안먹는지 아예 안뜨더라고요.
코딩이 잘못됐나 싶어서 테스트페이지로 해봤는데 아무 이상없이 잘 나오고요.
이게 코딩한건데요,
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Centent-Type" content="text/html; charset=utf-8">
<title>TEST</title>
<style>
html, body {width:100%; height:100%; margin:0; padding:0;}
#list_wrap a {font-weight:normal;color:#0006ff;text-decoration:underline;}
#list_wrap a:hover {font-weight:bold;color:#cf0000;text-decoration:underline;}
#list_wrap {width:750px; height:100%; margin:0 auto; padding:0;}
.list1 {width:700px; float:left; margin:0; padding:0 0 20px 0;}
.cate1 ul { float:left; margin:0; padding:0; }
.cate1 li { float:left; list-style:disc; margin:0 0 0 15px; padding:0 0 10px 0; width:300px; font-size:12px; font-family:Arial,Tahoma;}
.list_title {font-family:Arial,Tahoma; font-size:16px; font-weight:bold; margin:0; padding:0 0 5px 0;}
</style>
</head>
<body>
<div id="list_wrap">
<!-- list1 -->
<div class="list1">
<div class="list_title">
Biotherapeutics
</div>
<div class="cate1">
<ul>
<li>01.list</li>
<li>02.list</li>
<li>03.list</li>
</ul>
</div>
</div>
<!-- list1 end -->
</div>
</body>
</html>
제가 테스트해봤는데요, cate1 li 의 float:left; 를 없애니 list-style이 뜨더라고요,
근데 그렇게 되면 리스트가 그냥 아래로 쭉 나열되서 안되고요,,
당췌 뭐가 문제인지 모르겠습니다..ㅜ.ㅜ
아시는분 답변좀..
아! 크롬에서는 제대로 뜨네요..-_-;; 아 답답..ㅠㅠ
게시글등록시 에디트모드에서 코딩한걸 넣었는데요,
이상하게. list-style이 안먹는지 아예 안뜨더라고요.
코딩이 잘못됐나 싶어서 테스트페이지로 해봤는데 아무 이상없이 잘 나오고요.
이게 코딩한건데요,
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Centent-Type" content="text/html; charset=utf-8">
<title>TEST</title>
<style>
html, body {width:100%; height:100%; margin:0; padding:0;}
#list_wrap a {font-weight:normal;color:#0006ff;text-decoration:underline;}
#list_wrap a:hover {font-weight:bold;color:#cf0000;text-decoration:underline;}
#list_wrap {width:750px; height:100%; margin:0 auto; padding:0;}
.list1 {width:700px; float:left; margin:0; padding:0 0 20px 0;}
.cate1 ul { float:left; margin:0; padding:0; }
.cate1 li { float:left; list-style:disc; margin:0 0 0 15px; padding:0 0 10px 0; width:300px; font-size:12px; font-family:Arial,Tahoma;}
.list_title {font-family:Arial,Tahoma; font-size:16px; font-weight:bold; margin:0; padding:0 0 5px 0;}
</style>
</head>
<body>
<div id="list_wrap">
<!-- list1 -->
<div class="list1">
<div class="list_title">
Biotherapeutics
</div>
<div class="cate1">
<ul>
<li>01.list</li>
<li>02.list</li>
<li>03.list</li>
</ul>
</div>
</div>
<!-- list1 end -->
</div>
</body>
</html>
제가 테스트해봤는데요, cate1 li 의 float:left; 를 없애니 list-style이 뜨더라고요,
근데 그렇게 되면 리스트가 그냥 아래로 쭉 나열되서 안되고요,,
당췌 뭐가 문제인지 모르겠습니다..ㅜ.ㅜ
아시는분 답변좀..
아! 크롬에서는 제대로 뜨네요..-_-;; 아 답답..ㅠㅠ
댓글 전체

어떤 레이아웃을 잡을건지요..
2단 3단?
지금 css상으로 봐선 죽도 밥도 아닌데..
먼저 어떤 레이아웃을 생각하는지..
2단 3단?
지금 css상으로 봐선 죽도 밥도 아닌데..
먼저 어떤 레이아웃을 생각하는지..
2단요,
근데 레이아웃 따라서 list-style 이 먹히고 안먹히고 있나요??
레이아웃 바꿔봐도 크롬에서는 제대로 뜨던데요.. 다른 문제 같은데..
근데 레이아웃 따라서 list-style 이 먹히고 안먹히고 있나요??
레이아웃 바꿔봐도 크롬에서는 제대로 뜨던데요.. 다른 문제 같은데..