0

マウスがセルの上に移動したときに、テーブルの下に 30px のテキストをポップアップ表示したい。これで、表ではなく本文の下に追加できます。これが です。

手伝ってくれてありがとう。

4

2 に答える 2

1

簡単な使用.insertAfter()

フィドル

アップデート

html の例

<table id="thisTable"></table>

js

 .insertAfter('#thisTable');
于 2012-07-26T14:43:11.707 に答える
0

Use absolute positioning & figure out where to put it dynamically.

http://jsfiddle.net/wEFfs/11/

Re-reading the question, this isn't what you asked for. Maybe it is what you want.

于 2012-07-26T14:47:00.633 に答える