亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何讓整個背景圖片可點擊?

如何讓整個背景圖片可點擊?

牧羊人nacy 2023-12-19 16:26:36
我正在嘗試通過電子郵件發送圖像,因此我想讓整個圖像可點擊。我期望以 ii 的方式構建代碼,因為其他格式不支持。  <div class="container" style="background: url('https://firebasestorage.googleapis.com/v0/b/growthfilepractice.appspot.com/o/1%20(2).jpg?alt=media&token=48244df9-a2bb-412a-81f5-854e2dbc4939');background-repeat: no-repeat;background-size:500px 500px;height: 500px;margin-left: 20%;">    <a href ="https://github.com/" style="text-decoration: none;">      <table>        <tr>          <td><h3 style="color: #fff;margin-top: 195px;margin-left:60px;font-weight: 600;font-family:Montserrat;">xyz</h3></td>        </tr>        <tr>        </tr>      </table>    </a>  </div>
查看完整描述

1 回答

?
德瑪西亞99

TA貢獻1770條經驗 獲得超3個贊

<a href ="https://github.com/"  style="width: 500px;height: 500px; position: relative; margin-left: 20%;text-decoration: none; display: block;">

  <img src="https://firebasestorage.googleapis.com/v0/b/growthfilepractice.appspot.com/o/1%20(2).jpg?alt=media&token=48244df9-a2bb-412a-81f5-854e2dbc4939" style="position: absolute; width: 100%; height: 100%;  object-fit: contain; object-position: left top; z-index: -1;">

  <table style="position: relative; z-index: 1;">

    <tr>

      <td><h3 style="color: #fff;margin-top: 135px;margin-left:60px;font-weight: 600;font-family:Montserrat;">xyz</h3></td>

    </tr>

    <tr>



    </tr>

  </table>

</a>


查看完整回答
反對 回復 2023-12-19
  • 1 回答
  • 0 關注
  • 146 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號