Active tab css is not showing in my site

1 replies
  • WEB DESIGN
  • |
livetut.com i have active tab menu is is not show can some one help me to fix it



#menu li.active a {
border-top: 15px solid #556FAD;
background-color: #BDDE37;
line-height: 15px;
color: #000;
}
#active #css #showing #site #tab
  • Profile picture of the author phxadam
    try this:
    #menu li .active a {
    border-top: 15px solid #556FAD;
    background-color: #BDDE37;
    line-height: 15px;
    color: #000;
    }
    {{ DiscussionBoard.errors[5533896].message }}

Trending Topics