Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページの背後にあるasp.netコードから動的テーブルを生成し、Table.ToolTip値を追加しました。table.tooltip スタイルを追加するには?
tbl = new Table(); tbl.ID = "tblstatus"; tbl.Style.Add("border-collapse", "collapse"); tbl.ToolTip = "tool tip message";
ToolTipプロパティは HTML 属性として表示されtitleます。ブラウザーは通常、これをツールチップとして表示しますが、スタイルはサポートされていません。
ToolTip
title
豊富なポップアップ オン ホバー コンテンツが必要な場合は、qTipなどを調べてください。