-2
您好我正在設計一個頁面,我的客戶希望圖像在您將鼠標懸停在表格中的某一行上時顯示。我們不希望圖像出現在表格內,只是浮在它上面。我不知道我應該多少代碼在此處提供:HTML翻轉文本和圖像出現(文本在表格內)
<div class="tg-wrap"><table id="tg-VGIE9" class="tg">
<tr>
<th class="tg-yw4l">Item #</th>
<th class="tg-yw4l">Product Family</th>
<th class="tg-yw4l">Item Description</th>
<th class="tg-yw4l">Price</th>
</tr>
<tr>
<td class="tg-yw4l">161129-1</td>
<td class="tg-yw4l">Accessory</td>
<td class="tg-yw4l">3010-0289FG, CI-3 CABLE ASSEMBLY</td>
<td class="tg-yw4l">$189.94</td>
</tr>
</table></div>
所以,當你翻轉從161129-1什麼價格時,圖像會出現以上。
謝謝你的幫助!
你要告訴我們什麼你已經工作,並試圖到目前爲止,這樣我們就可以幫您解決。我們不是在這裏爲您編寫全部新功能。 –
呃,好吧。我真的不知道該怎麼說。我的意思是,如果你不能幫我猜,就不要回應。 – NDD