Hello,
I have aproblem withthebackgroundcolorandaddingcssfile
Here is myexample:
I have avariablewiththis:<tableclass="table1"style="height:21px;"width="214"><thead><tr><td>hello</ td></ tr> </thead> </ table>
And in mycssfileIhave this:
.table1td{
border: 1pxsolid #ABABAB;
}
.{table1
border-collapse: collapse;
background-color: white;
}
.table1tr{
height:25px;
}
.table1theadtd{
background-color: #EEEEEE;
}
The file iscreatedeverything workswellexceptthe formattingof the table,thetext backgroundturnsblack....
exemple :
http://fr.tinypic.com/r/29bfr4w/5
Thank's for help