cobar
Joined: 08/01/2007 17:02:58
Messages: 98
Offline
|
You can't override header style since ecruiser rendered it at the table level but still put the default style on the at the TD level.
headerStyle="dataTableHeaderOverride"
.dataTableHeaderOverride {
vertical-align: middle;
text-align: center;
background: #4F4F4F;
background-color: #4F4F4F;
border-width: 1px;
border-color: #000000;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: hidden;
whitespace:pre;
padding:0px;
margin:0px;
}
rendered as:
|