我試圖把一個div
我img tag
旁邊,但div
正在顯示向下img tag
,但我想它的旁邊,我們怎樣才能把img and div tag
對方如何將img標籤和div標籤放在一起?
<img usemap="#ChartImageMap" src="@Url.Action("GetChart", "Home")" alt="Asp.Net Char" style="width:450px;height:300px;border-width:0px;" />
<div id="map" style="height:300px;"></div>
只需使用'display:inline'作爲div標籤。 [小提琴](http://jsfiddle.net/qM5dZ/) – 2013-02-20 05:11:29