I am facing issue while set tabindex through using css style, it's not applied on DIV and Ul Li.
Can anyone let me know solution?
I tried using this css
div:focus {
border:1px solid #ddd;
}
Li:focus {
border:1px solid #ddd;
}
Focus not coming on Div