私はラジオ ボタンを使用しています。ユーザーがそれをクリックすると、テーブルの行が表示されます。style ="display:none;"を使用しました。それを非表示にするには、Javascript で以下のコードを表示します。
document.getElementById("testId").style.display = "inline";
問題は表示方法です。サインアップしたばかりなので、表示方法の写真をアップロードすることはできませんが、できる限り表示するようにします。
----------------------------------------------------------------
this is before
----------------------------------------------------------------
this is test test test test | this is the row
----------------------------------------------------------------
******************
--------------------------------------------------
this is after showing it with inline
--------------------------------------------------
this | this is the row
is |
test |
test |
test |
test |
また、この行を表示するこの方法は、IE 以外のブラウザーでのみ発生することに気付きました! この問題を解決する方法はありますか?