I came across a website that I am working on:
The site features a slider with 2 tabs named "TAB1" and "tab2"
My goal is to replace the text with unique images for each tab
Below is the CSS code snippet:
.dnd-tabs.dnd-tabs-style1 .ui-tabs-nav li.ui-tabs-active a
{
color: #093d71;
backgroun-image:url("images/dl-products-icons5.jpg");
width:100px;
height:75px;
}
Unfortunately, the code is not functioning as expected. Any help would be greatly appreciated.