I would like to include in my CSS, the properties : TabDefaultStyle, TabSelectedStyle...
What have I got to write in my CSS ?
this doesn't work...
tabstrip
{
font-family: Verdana;
font-size: 10px;
font-weight: bold;
font-size: 10px;
}
tabstrip:TabDefaultStyle {
width : 100px;
height : 20px;
text-align:center;
border:solid 1px #003265;
border-bottom:solid 1px #ffcc33;
padding-left:5px;
padding-right:5px;
color : #003265;
background-color : #ffcc33;
padding:5px;
}
tabstrip:TabSelectedStyle {
border:solid none;
border-left:solid 1px #ffcc33;
border-right:solid 1px #ffcc33;
border-top:solid 1px #ffcc33;
color: #A6DBED;
background-color : #003265;
}
Could you help me ? thanks a lot....
@tom.