Questions tagged [outline]

outline is a property in CSS, that is used to draw a line around the element. Question that has the problem related to outline property of CSS.

An outline is a line that is drawn around elements (outside the borders).

The outline is not a part of the element's dimensions, therefore the element's width and height properties do not contain the width of the outline.

This link contains the example of outline .

The tutorial is here.

473 questions
4
votes
2 answers

How can I show the outline of an area of a map of an image (html, javascript)?

If you take a quick look at the two links below, you'll see most people want to get rid of the outline around the area of a map on an image. I see this occurs on the MAC OS X platform, exclusively. Removing outline on image map area How do I get…
user717236
  • 4,959
  • 19
  • 66
  • 102
4
votes
3 answers

Add outline to grouped buttons that have the same class name binded one next to other

I have a parent View model: var monthVM = function (mData) { this.Id = mData.Id; this.Name = mData.Name; if (mData.Days != null) { $.each(mData.Days, function (index, item) { var newDay = new dayVM(item, index); …
LAffair
  • 1,968
  • 5
  • 31
  • 60
4
votes
3 answers

How to keep bottom outline (focus border) only?

I'd like to remove left, right and up outlines, leaving only the bottom outline. for example: input _______ I know we can remove ALL outlines using this way: Is there any way to keep the bottom outline?
Amy
  • 41
  • 2
4
votes
0 answers

How to remove hash symbol "#" in outline of markdown?

those symbols occupies the space of title and outline, and makes it looks confused. I've tired may, but cannot find the xml file of vs. and no extension can help this.
tyskin
  • 41
  • 1
4
votes
4 answers

Strange outline appears in Chrome 83/IE on my Windows 10

something very, very strange has happened. Since a few hours, my Chrome (also IE) shows a different default outline on input. Inspecting the code I saw that the outline set is as follows: outline: -webkit-focus-ring-color auto 1px and result is…
r1si
  • 1,136
  • 2
  • 19
  • 34
4
votes
1 answer

how to draw transparent rect in pygame

Can I draw a rect which is transparent inside, but not the outline? It would be better if I could set the outline's width.
jwoojin9
  • 295
  • 1
  • 5
  • 16
4
votes
2 answers

Using CSS, how do you create a text stroke outline that is *thicker* than 1px?

Below is the code I was using to do a Text Stroke outline of 1px. But how do I get the outline thicker? If I just replace all "1px" with "5px", the result looks crazy. HTML
Hello!
CSS .element { color:white; …
m0a
  • 1,005
  • 2
  • 15
  • 29
4
votes
0 answers

three.js How to hack OutlinePass to outline all selected objects?

I would like to modify the OutlinePass to outline all of the selected objects in the scene, including those contained within the bounds of the other in screen space (I also hope I just used that term correctly). I am using three.js OutlinePass to…
karni
  • 894
  • 8
  • 15
4
votes
1 answer

FFmpeg transparent PNG black outline issue

I'm encoding a video with a transparent PNG using ffmpeg. I noticed there's a slight black outline surrounding the image. Is there any way to remove it? Output image: Transparent PNG sample: My ffmpeg command ffmpeg -hide_banner -y -ss 0.0 -t 8.5…
4
votes
1 answer

Text outline in swt

I am trying to find out how to show text outline by using of swt graphics. More precisely I need to write code which shows text in following way: http://java.sun.com/developer/onlineTraining/Media/2DText/Art/StarryShape.gif I found following code…
deephace
  • 324
  • 3
  • 15
4
votes
1 answer

find the outline of adjacent polygons

I'm searching for a way to find the outline of two adjacent polygons. The polygons are defined by a list of points ordered by occurrence in the polygon. In my use case, there are no overlapping polygons, there are no gaps between the polygons, and…
heinzwilli
  • 247
  • 1
  • 3
  • 9
4
votes
1 answer

SEO: Is it proper to have hidden headings (because of HTML5 outlining)

Let say I have the following BODY markup:

Visible H1

Hidden H1

barakuda28
  • 2,762
  • 6
  • 23
  • 32
4
votes
2 answers

Silhouette outline shader

I know this a very well documented subject, but I still have some problems. I made the outline for a silhouette but with doubling the mesh. I have a good fps but the outline is too harsh, I want it to progressive fade out. Here is the result: It…
ahsoka
  • 133
  • 1
  • 3
  • 12
4
votes
1 answer

How t draw outline/stroke around UIImage (*.png) - Example inside

I tried many many ways to draw a black outline around image. This is an example of the result I want: Can someone please let me know how should I do it? or give me an example ? Edit: i stuck in here: can someone please help me finish it ? What i…
Amir Foghel
  • 853
  • 1
  • 12
  • 28