:: Forum >>

focus appearance on Tab control

Default browser behavior is a dotted box around the link that has focus.

How do I remove the dotted box from the selected tab?
Eric Juvet
Monday, April 21, 2008
Are you using FireFox or one of the other Mozilla-based browsers?
Anthony
Monday, April 21, 2008
Yes.
Eric Juvet
Monday, April 21, 2008
This should hide focus outline in Firefox -

.aw-item-text:focus {
outline: none;
}
Alex (ActiveWidgets)
Monday, April 21, 2008
I can confirm that it works for an AW tree widget. But I had to do -
*:focus {outline:none}
to get it to work. What's the correct style for the inner box around the tree?
Anthony
Monday, April 21, 2008

This topic is archived.


Back to support forum

Forum search