我在my website的頭部有以下代碼。我已經閱讀this的問題,但我的CSS似乎沒有z-index。圖像和類似的框顯示,但沒有反應,當我點擊它們或我應該說超鏈接不起作用。請幫忙。由於超鏈接不起作用
<div class="content-pad" style="float:left;">
<a href="mailto:[email protected]"><img src="http://www.startupsandfinance.com/wp-content/uploads/2012/06/Advertise-here-728x90.png" width="728" height="90" /></a>
<span class="widget-pad" style="margin-left:25px;">
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FStartupAndFinance&width=290&height=62&colorscheme=light&show_faces=false&border_color&stream=false&header=true&appId=384169901601437" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:290px; height:62px;" allowTransparency="true"></iframe>
</span>
</div>
</div>
您的div.content沒有高度。 – nhahtdh