0
我只想點擊左側的字母「F」和其他部分,使其不可點擊。我正在嘗試與CSS類潛水員,但不工作。css鏈接圖像只能點擊一個部分
的Html
<a href="https://www.google.com" class="diver" target="_blank">
<div style="margin-top:0px;">
<img src="http://www.upslike.net/imgdb/facebook-4846a5.png" width="30%" height="60px">
</div>
</a>
CSS
<style>
.diver a{
display:block;
width:100px;
height:60px;
}
</style>
您可能需要改變你的HTML –
...或者你的CSS。 –
html – storks