我這個頁面上的工作:無法獲得CSS定位的圖像的工作
http://g33ktalk.com/etsy-a-deep-dive-into-monitoring-with-skyline/
,你怎麼看向底部,圖像認購不具有填充和接觸div的。
我試圖做這樣的事情:
#gform_submit_button_8
{
padding-left: 15px;
}
但是沒有效果。我也嘗試添加填充類gform_footer
,但它也沒有效果。有誰知道如何添加填充到該圖像的左側?
編輯:
這是較大的HTML中,這一形象是
<div class='gf_browser_chrome gform_wrapper' id='gform_wrapper_8' >
<form method='post' enctype='multipart/form-data' id='gform_8' action='/etsy-a-deep-dive-into-monitoring-with-skyline/'>
<div class='gform_heading'>
<h3 class='gform_title'>Subscribe to our YouTube Channel</h3>
<span class='gform_description'>Want to get more tech talks? Subscribe to our YouTube channels and get notified when new talks are posted.</span>
</div>
<div class='gform_body'>
<ul id='gform_fields_8' class='gform_fields top_label description_below'>
</ul>
</div>
<div class='gform_footer top_label'>
<input type='image' src='http://g33ktalk.com/wp-content/uploads/2012/10/subscribe.gif' id='gform_submit_button_8' class='gform_image_button' alt='Submit' tabindex='1' />
...
謝謝!
你嘗試過'保證金left'? – aldanux
@ dqf13g32g還沒有。但我應該:)現在嘗試... – Genadinik