我需要讓我的聯繫表格7響應。它在圖像右側對齊,但在縮小屏幕尺寸時覆蓋圖像。如何使一個聯繫表7響應
圖片CSS
#ImageDiv{
margin-right: auto;
max-width:800px;
top: -30px;
position: relative;
left: -25px;
}
<div id="ImageDiv"><img alt="" src="https://image.png" height="auto" />
聯繫表7
<div style="background-color:green;padding:5px 5px 5px 5px">
<div style="text-align: center;color:white;padding-bottom:5px">HEADER</div>
<div style="margin-bottom:5px"><div style="color:white; display:inline-block;padding-right:10px;width:30%">Name:</div>
<div style=" display:inline-block;width:65%">[text* your-name]</div></div>
<div style="margin-bottom:5px"><div style="color:white; display:inline-block;padding-right:10px;width:30%">Surname:</div>
<div style="display:inline-block;width:65%">[text* your-name]</div></div>
<div style="margin-bottom:5px"><div style="color:white; display:inline-block;padding-right:10px;width:30%">Email:</div>
<div style="display:inline-block;width:65%">[text* your-name]</div></div>
<div style="margin-bottom:5px;text-align:center">[submit "SUBMIT"]</div>
</div>
不聯繫表7點的風格都內嵌?因爲如果是這樣,你可能有覆蓋內聯樣式!重要 – harrypujols
聯繫表7是已經響應? –