Hello
I am trying to make Ajax Tab attractive, but i stuck on Active Tab style. I am not able to achieve the Final Design.
Please Help me to do that.
The Design i want :
The Design I got(So far) :
The Css
.MyTab .ajax__tab_header
{
font-family:Verdana, sans-serif;
font-size:11pt;
color:#000;
display:block;
background-image:url(../images/tabback.png);
background-repeat:repeat-x;
}
.MyTab .ajax__tab_header .ajax__tab_outer
{
color:#f00;
}
.MyTab .ajax__tab_header .ajax__tab_inner
{
/*color:#ff6a00;*/
}
.MyTab .ajax__tab_hover .ajax__tab_outer
{
background-image:url(../images/TabActive.png);
background-repe ...
Go to the complete details ...