th border « Tags « HTML / CSS
Home
HTML / CSS
1.
CSS
2.
CSS Controls
3.
Form
4.
IE Firefox
5.
Layout
6.
Marquee Attributes
7.
Meta Tags
8.
Microsoft Attributes
9.
Object
10.
Reference
11.
Style Basics
12.
Tags
13.
Templates
14.
XML
HTML / CSS
»
Tags
»
th border
1.
Set table header border to be 1px solid black, its width to 6em
2.
Set table border for table header
3.
Table header with border
4.
th border-left: 1px solid #f4f4f4;
5.
th border-bottom: solid 2px #fff;
6.
th border-left: 1px solid #EDC9C9;
7.
th border-bottom: 1px solid #FFF;
8.
th border-left: 1px solid #fff;
9.
th border: 1px solid black;
10.
th border-bottom-width: 1px;
11.
th border-bottom-style: solid;
12.
th border-bottom-color: #CDC1A7;
13.
th, tfoot td border: thin solid black;text-align: center;font-weight: bold;
14.
thead th {border-bottom: 1px solid #333; text-align: center; font-weight: bold;}
15.
th[scope="col"] {border-bottom: 1px solid gray;}
java2s.com
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.