I have a script that needs background-color and border filled. CSS should do the trick but a piece of code where I should add the property is javascript. Here's that piece of code... (Sorry guys, I'm not much of a javascript guy. Thanks in advance!!!)
$(this).find('.slide-tabs li').eq(showIndex).css({
opacity: 1
>>>background-color: #fff<<<
>>>border: 2px solid #ddd<<<
});