-4
確定我的div類我想要示例文本鏈接到另一個頁面。我會怎麼做?還想讓視頻背景點擊另一個頁面。任何幫助?Html div類鏈接
<div class="container">
<video poster="Sample.jpg" autoplay="true" loop>
<source src="Burning.mp4" type="video/mp4">
<source src="Burning.webm" type="video/webm">
</video>
<div class="text">Example</div>
</div>
「我想要的視頻背景點擊到另一頁」。你是說你想讓用戶在點擊背景時重定向? – user2887596
你能向我們展示你對這個問題的嘗試嗎?或者至少是一個例子? https://stackoverflow.com/help/mcve –
是的,我希望該用戶點擊背景並被重定向到另一頁 – Ryan