我有以下 HTML:
<div style="display: inline-block; width: auto;">
<h3>
Search Criteria
</h3>
<div style="background-image: url(jQuery-UI/images/ui-icons_2e83ff_256x240.png);
background-repeat: no-repeat; background-position: -16px -144px; width: 16px;
height: 16px;">
</div>
</div>
我试图让div
显示在h3
. 但是,正在发生的事情是div
直接显示在h3
.
我错过了什么?