×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
<th><td>などで幅をwidthでうまくいかない場合。
■ HTML
■ CSS
<table> の class="auto-style1" の CSS に table-layout: fixed; を追加する
■ HTML
<div id="disp001">
<table id="ta001" class="auto-style1" style="width: 960px">
<tr>
<td class="auto-style2" style="width: 150px"><div id="name001"></div></td>
<td class="auto-style2" style="width: 270px"><div id="wazaname1001"></div></td>
<td class="auto-style2" style="width: 270px"><div id="wazaname2001"> </div></td>
<td class="auto-style2" style="width: 270px"><div id="wazaname3001"></div></td>
</tr>
■ CSS
<style type="text/css">
.auto-style1 {
border: 1px solid #000000;
table-layout: fixed;
}
<table> の class="auto-style1" の CSS に table-layout: fixed; を追加する
PR
最新記事
(05/24)
(05/04)
(04/25)
(02/28)
(02/22)
P R