๐ท๐ผ๋ชจ์ฌ๋ด์ ๊ฐ๋ฐ์์ฒ๐ท๐ผ
[CSS] td๊ณ ์ , ์คํฌ๋กค์ ํ ์ด๋ธ ๋๋น ๊ณ ์ ๋ณธ๋ฌธ
๋ฐ์ํ
ํ ์ด๋ธ ์์ ์คํฌ๋กค์ด ์์ ์ ์ปฌ๋ผ์ ๊ณ ์ ํ๊ณ ์๋ ๋ฐ์ดํฐ๋ง ์คํฌ๋กค ๋๊ฒ ํ๋ ๋ฐฉ๋ฒ์ ์ฌ๋ฌ๊ฐ์ง ๋ฐฉ๋ฒ์ด ์์ง๋ง css๋ก px๊ฐ์ ์ฃผ์ด๋ ๊ฐ๋ฅํ๋ค.
์ฐ์ css๋ก
<style>
.table_container td {word-break:break-all}
</style>
html์
<div class="table_container text-center border_scroll">
<table>
<colgroup>
<col style="width:40px">
<col style="width:50px">
<col style="width:80px">
<col style="width:53px">
<col style="width:53px">
<col style="width:53px">
<col style="width:70px">
<col style="width:53px">
<col style="width:60px">
<col style="width:60px">
<col style="width:53px">
</colgroup>
<thead>
<th scope='col'>์ ํ</th>
<th scope='col'>๋ฐํ<br>๋ฒํธ</th>
<th scope='col' id="tableNameDt">ํํ๋ถ์<br>์ผ์</th>
<th scope='col'>์๋<br>(N)</th>
<th scope='col'>๊ฒฝ๋<br>(E)</th>
<th scope='col'>์งํ<br>๋ฐฉํฅ</th>
<th scope='col'>์งํ<br>์๋</th>
<th scope='col'>์ค์ฌ<br>๊ธฐ์</th>
<th scope='col'>์ต๋<br>ํ์</th>
<th scope='col'>15M/S<br>๋ฐ๊ฒฝ</th>
<th scope='col'>25M/S<br>๋ฐ๊ฒฝ</th>
<th scope='col'>ํ๋ฏธ์ผ<br>ํํ๊ฒฝ๋ก</th>
</thead>
</table>
<div class="table_container text-center scroll" style="overflow-y:scroll;">
<table>
<colgroup>
<col style="width:40px">
<col style="width:50px">
<col style="width:80px">
<col style="width:53px">
<col style="width:53px">
<col style="width:53px">
<col style="width:70px">
<col style="width:53px">
<col style="width:60px">
<col style="width:60px">
<col style="width:53px">
</colgroup>
<tbody>
<tr>
<td>์ ํ</td>
<td>๋ฐํ<br>๋ฒํธ</td>
<td>ํํ๋ถ์<br>์ผ์</td>
<td>์๋<br>(N)</td>
<td>๊ฒฝ๋<br>(E)</td>
<td>์งํ<br>๋ฐฉํฅ</td>
<td>์งํ<br>์๋</td>
<td>์ค์ฌ<br>๊ธฐ์</td>
<td>์ต๋<br>ํ์</td>
<td>15M/S<br>๋ฐ๊ฒฝ</td>
<td>25M/S<br>๋ฐ๊ฒฝ</td>
<td>ํ๋ฏธ์ผ<br>ํํ๊ฒฝ๋ก</td>
</tr>
</tbody>
</table>
</div>
</div>
'๊ฐ๋ฐ > Front-end' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
form ์ก์ ์ํ๋๋ฐ ์๋์ผ๋ก submit ๋ ๋ (0) | 2021.07.09 |
---|---|
[JSTL] ๋ค์ค์นํ (0) | 2021.05.21 |
[JSTL] ๊ฐ๊ฐ์ item 2๊ฐ๋ฅผ index๋ก ๊ฐ์ด ์ถ๋ ฅํ๊ธฐ (0) | 2021.05.20 |
[JS/ํ์ผ ๋ค์ด๋ก๋] ๋ค๋ฅธ ์ฐฝ์ผ๋ก ์ด๋ ์ํ๊ณ ์๋์ฐ ํ์ ์ฐฝ์์ ํ์ผ ๋ค์ด๋ก๋ ๋ฐ๊ธฐ (0) | 2021.05.11 |
[CSS] div ์ค๋ฅธ์ชฝ ์ ๋ ฌ๋ฐฉ๋ฒ (0) | 2021.05.10 |
Comments