Hi,
I have a Gridview and the data is binded from the database.
I have used css sttlesheet to decorate by gridview.
The gridview contains a header and a row-wise body section....
The header has a different css and the row-wise body altogether has a different css....
I have attached the snapshot for your perusal.
Now, my problem is that when i give the color in header, and the whole border of the header including the text gets the color.
I want to give separate color for the border and the text in the header, and i cant do that !
.gridMenWomen {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size : 12px;
font-weight:bold;
border : 1px solid #000;
color: #FFFFFF;
}
.gridMenWomen_Header {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size : 12px;
font-weight:bold;
background-color:#b6b7bc;
color : #FFFFFF;
}
.gridMenWomen_RowStyle {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size : 10px;
font-weight:bold;
background-color:#F7F6F3;
color : #333333;
border : 1px solid #FFFFFF;
} Please help me regarding this and if you need any more information, let me know.
Thanks and Regards
Akiii