table要素をスマートフォン画面
http://alfarnet.com/culture-A/ 見本有 良好
table要素をスマートフォン画面
このページの記事を参考にさせていただき解決しました!本当にありがとうございます!
http://webcommu.net/phone-table-css/
商品名 | パソコン | ||||
---|---|---|---|---|---|
OS | Windows 8.1 64bit(日本語版) | ||||
価格 |
29,800円 29,800円 29,800円 |
39,800円 | 49,800円 | 100,800円 | 130,000円 |
CPU | Celeron | Pentium | Core 2 Duo | Core i5 | Core i7 |
付属品 | キーボード、マウス、ACアダプター、取扱説明書、保証書 |
CSS
table{
width:100%;
table-layout: fixed;
word-break: break-word; /*追加する*/
}