我目前正在編寫一個輔助頁面,但我有視覺障礙。我被告知,此頁面上的表:如何糾正意外的「表溢出」?
http://www.accessibilityagent.com/legal/
在相鄰的內容重疊。以下是正在使用的CSS代碼。可能有人請幫助調整這個代碼在上面的鏈接不重疊的頁面:
<div>
<style type="text/css">
body {
color: purple;
background-color: #d8da3d
}
table.center {
margin-left:auto;
margin-right:auto;
}
body {
text-align:center;
}
table {
width: 50%;
}
table, th, td {
border: 20px solid black;
margin: auto;
padding: 5px;
}
td.wrappable,
table.data_table td.wrappable {
white-space: normal;
}
</style>
你好馬里奧,這個問題實際上已經無關工藝。因此,我們將把它遷移到Stack Overflow。 –