>> HTMLトップに戻る
>> HTMLトップに戻る
CSSリファレンス(ボーダー関連)
属性名 | 説明 |
---|---|
border | 枠線の設定をまとめて行う |
border-color | 枠線の色の設定を行う |
border-style | 枠線スタイルの設定を行う |
border-width | 枠線の太さの設定を行う |
border-top | 上枠線スタイル・太さ・色の設定を行う |
border-top-color | 上枠線の色の設定を行う |
border-top-style | 上枠線のスタイルの設定を行う |
border-top-width | 上枠線の太さの設定を行う |
border-bottom | 下枠線の設定をまとめて行う |
border-bottom-color | 下枠線の色の設定を行う |
border-bottom-style | 下枠線のスタイルの設定を行う |
border-bottom-width | 下枠線の太さの設定を行う |
border-left | 左枠線の設定をまとめて行う |
border-left-color | 左枠線の色の設定を行う |
border-left-style | 左枠線のスタイルの設定を行う |
border-left-width | 左枠線の太さの設定を行う |
border-right | 右枠線の設定をまとめて行う |
border-right-color | 右枠線の色の設定を行う |
border-right-style | 右枠線のスタイルの設定を行う |
border-right-width | 右枠線の太さの設定を行う |
empty-cells | 空白セルの枠線の表示・非表示の設定を行う |
>> HTMLトップに戻る