Top "Outline" questions

outline is a property in CSS, that is used to draw a line around the element.

How do I remove an active outline from jquery accordion?

I am using Jquery Accordion. The active link has an outline. I have tried using css: #accordion a:focus { outline: …

jquery accordion outline
Chrome default focus outline

I'm trying to remove default focus froom chrome and it works with outline:none; in the same time I want …

google-chrome focus outline
React Native border radius makes outline

I would like to make the circle view by using react-native. Here what I did: circle: { position: 'absolute', borderWidth: 10, borderColor: …

javascript css react-native outline
Round the corners of outline?

So I have these four boxes, floated left, each with a 50% width of the page. I want them to have …

css outline
outline: none VS outline: 0

I was reading this question on disabling the dashed borders around <a> links. Some answers used outline: none, …

css outline
Outline UILabel text in UILabel Subclass

I'm trying hard to find a way to simply add an outline/stroke/contour to my UILabel text. Talking about …

ios swift uilabel stroke outline
Setting a Font with outline Color in C#

I'm dynamically adding Labels to panels in my code. Something I want to do is be able to outline the …

c# winforms fonts label outline
Outline getting hidden by the next element

I have a row of images, each wrapped in a link. I want a dotted outline to appear around each …

html css outline
How can I outline the elements of an HTML page in the browser to see the layout of the boxes? Modify the user agent style sheet?

In the Chrome devtools, Firefox devtools, Safari, Opera, etc., if I inspect an element I can see its bounding box …

css layout browser user-agent outline
Set text outlining / border in Actionscript 3.0

How can I set the properties for the text outline / border for each character in a line of text in …

actionscript-3 actionscript text outline