我有兩個div,它們有一些寬度。但我希望每個div都可以在寬度屬性中給出完整空間,而不管div中的內容如何。目前,每個div都佔用了它們內部的空間,並忽略了寬度屬性中給出的內容。div width屬性內容
我的HTML在下面給出,
<div style="margin-left:100px; display:inline; border-width:10px; width:30%; border- style:solid;">
fawad
</div>
<div style=" margin-left:10px; display:inline; border-width:10px; width:30%; border-style:solid">ali</div>
你可以包括一個jsfiddle。你也試過'display:inline-block;' – aaronmallen 2014-09-26 16:14:34
就是這樣。感謝aaronmallen。它再次感謝 – fc123 2014-09-26 16:16:23
你有使用內聯樣式的特定原因嗎? – aaronmallen 2014-09-26 16:20:16