我的網(wǎng)站上有一張桌子。當(dāng)我添加position:fixed到表格時,表格的單元格突然延伸到頁面的整個高度,即使它們具有設(shè)定的高度。正如您在下面的代碼中看到的,每個 tr 都有一個設(shè)置的高度值,但是當(dāng)我添加position:fixed到表格時它被忽略,而是單元格獲取整個頁面的高度,并阻止我訪問網(wǎng)站。任何有關(guān)如何解決此問題的幫助,同時仍保留該position:fixed屬性,將不勝感激。.center { margin:0 auto; } a{ text-decoration:none; color:red; } table{ text-align:center; width:30%; left:25%; /*font-size:larger;*/ } body{ background-color:midnightblue; color:snow; white-space:nowrap; } .Error{ color:red; } .divSargel{ width:initial; background-color:snow; border: solid; border-color: #000080; float: left; margin-left: 0.3%; color: red; font-size:x-large; font-family:monospace; border-radius: 20px; text-align: center; width:100%; } .divSargel:hover { background-color: blue; transition: linear 0.5s; }
位置:固定使表格單元格延伸到整個屏幕
慕標(biāo)琳琳
2023-12-25 16:10:51