Wanted to thank you for this… so simple, and yet so annoying without it!
de02239
instead of:
a {outline:none;}
(which doenst work on firefox 3.5.8 for mac)
this does work:
//this is from the spry code auto generated by DW.//
.TabbedPanelsTab { <– this is from the spry css code auto generated//
outline:none; <– your suggestion
}
Designermagic
Thanks Damon
I’m using FF 3.5.8 on OSX (due to the lack of working DW preview in browser) and
a {outline:none;}
works for me… On my own site I have a tabbed panel on my Web Design page. I changed the behavior to mouseover rather than click, but even if I click them I get no border.
Wanted to thank you for this… so simple, and yet so annoying without it!
instead of:
a {outline:none;}
(which doenst work on firefox 3.5.8 for mac)
this does work:
//this is from the spry code auto generated by DW.//
.TabbedPanelsTab { <– this is from the spry css code auto generated//
outline:none; <– your suggestion
}
Thanks Damon
I’m using FF 3.5.8 on OSX (due to the lack of working DW preview in browser) and
a {outline:none;}
works for me… On my own site I have a tabbed panel on my Web Design page. I changed the behavior to mouseover rather than click, but even if I click them I get no border.