我正在使用单选按钮,当用户单击它时,将显示表格中的一行,我使用了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 以外的浏览器中!有没有办法解决这个问题?