I have this fiddle http://jsfiddle.net/rd2Hc/11/
when clicked in IE gets a dotted border around the li in IE but does not happen in Firefox..Is there a way we can get that in firefox.
<ul>
    <li>
     <a tabIndex="-1" class="ui" id="ui-id-17"  href="#tabs-1">
         Content
         </a>
    </li>
    <li>
        <a tabIndex="-1" class="ui" id="A1" href="#tabs-1">
            People
         </a>
    </li>
    <li>
        <a tabIndex="-1" class="ui" id="A2" href="#tabs-1">
            Test
         </a>
    </li>