Hi there,
I have a style for the tab panel as follows. It has got a background color property settings.
tabpanel.linktab
{
color: #ff0000;
border-style: none;
font: bold 12pt "Arial, Helvetica, sans-serif";
margin: 0px 0px 0px 3px;
background-color: #EDF3F8;
border-style: solid;
border-width: 0px 0px 0px 0px;
}
But the background property settings never reflects in the tabpanel. The background is always grey in color.
Also if I directly set the background color of the tab panel through the property window it would not work.
Can I set the background color for the tab panel or not? Please help me clarify.
Thanks!