<!DOCTYPE html>
<html>
<head>
<meat charset="utf-8">
<title>블록 수준 요소를 인라인 요소로 변환</ title> ;
<link rel="단축 아이콘" type="image/x-icon" href="images/favicon.ico">
<style type="text/css">
p { 디스플레이:inline;너비:200px;높이:200px;backgroud-color:#ccc;}
b{display:block;}
/*div{display:inline-block;height:30px;width:400px background -color:pink;}*/
.box{width:100px;height:40px; background-color:#ccc;line-height: 40px;text-align: center;}
.main{ 너비 :100px;height:100px; background-color:pink;line-height:100px; text-align:center;display:none;}
.box:hover .main{display:block;}
</ style> ;
</head>
<body>
<p>블록 수준 요소를 인라인 요소로 변환</p><span>123</span>
<b>인라인 요소 주로 블록 수준 요소
<div class="main">작은 메뉴</div>
</body>
</html>
天国之秋2018-12-22 14:45:55
<div class="box">Navigation</div>
<div class="main">작은 메뉴</div>
.box:hover .main {}
설명 메인 내부. .box
<div class="box">Navigation