Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi, I have created an ajax tab container and have used css for the ajax tab container. (Please see here: http://i.stack.imgur.com/8C0Fk.png[^]).

This is the css I have used:
CSS
.tabstyle .ajax__tab_header
{
font-size: 13px;
font-weight: bold;
color: #000;
font-family: sans-serif;
}

.tabstyle .ajax__tab_active .ajax__tab_inner, .tabstyle .ajax__tab_header .ajax__tab_inner, .tabstyle .ajax__tab_hover .ajax__tab_inner
{
height: 46px;
margin-left: 16px;
}
.tabstyle .ajax__tab_active .ajax__tab_tab, .tabstyle .ajax__tab_hover .ajax__tab_tab, .tabstyle .ajax__tab_header .ajax__tab_tab
{
margin: 16px 16px 0px 0px;
}
.tabstyle .ajax__tab_active .ajax__tab_outer { 
    border-left: solid 1px #999999;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #d7d7d7;
    font-weight: bold;
    border-style:outset;
} 

.tabstyle .ajax__tab_body
{
font-family: Arial;
font-size: 10pt;
border-top: 0;
border:1px solid #999999;
padding: 8px;
background-color: #ffffff;
}

Question: I want to improve on the design used for my ajax tabs in tab container. Anyone got better css templates or can offer me any suggestion to improve on my current design?

Thanks.
Posted
Comments
Naveen.Sanagasetti 15-Oct-15 2:15am    
CSS Style improvement that's totally depend up on your taste. We can't say this is the best one, you need to decide that. So, Please work around it.

1 solution

 
Share this answer
 
Comments
Member 11999641 15-Oct-15 5:11am    
hi, I have tried all these css templates before I posted, but is not what I am looking for..I am looking for more complexed and fanciful design. Thanks.
_Amy 15-Oct-15 20:14pm    
I don't know what complexity you are talking about.In that case I can only suggest you to make your own css and use it. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900