As long as you don't expect it to be gone in ei7 or earlier, you can use

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
outline-style:none;
}

check out the example http://jqueryui.com/demos/accordion/default.html

to remove the dotted line in old browsers that don't support
outline-style etc.. you have to use hacks:

google "ie7 link outline" and pick a script you like

On Mon, Jan 18, 2010 at 3:38 PM, Ash Miller
<emailashmil...@googlemail.com> wrote:
> Could someone please advise how to remove the outline on active
> accordion. No matter what css i use i.e 'outline:none' - a:active
> { outline: none; }  - a:focus { outline: none; };
> none of these work - the outline still appears.
>
> Thank you
>
> --
> You received this message because you are subscribed to the Google Groups 
> "jQuery UI" group.
> To post to this group, send email to jquery...@googlegroups.com.
> To unsubscribe from this group, send email to 
> jquery-ui+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
>
>



-- 
Best regards,
Balázs Suhajda
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to