Hi,
since you have an #id selector it only works for me if you :
- either omit that #id selector from the css
- or adjust the html so it matches the complete combined selector as follows :
Code:
<div id="featured" >
<li class="ui-tabs-nav-item" id="nav-fragment-2"><a href="#fragment-2"><img src="ContentSlider/Images/image2-small.jpg" alt="" /><span class="Heading">[</span><span class="HeadingLetter">H</span><span class="Heading">ardware]</span></a></li>
</div>
I hope this helps