outline Questions
9
When I click a link on my website it is creating an outline around the link like so
I've tried adding:
a.image-link:focus { outline: 0; }
and
a {outline : none;}
But nothing seems to get r...
6
I have a Burger Menu Button which is selectable via TAB. When I click on it and the menu opens up the burger has this blue outline to make it clear that it is focused.
I don't want to remove that b...
Oarsman asked 6/3, 2017 at 11:43
4
Solved
I have a row of images, each wrapped in a link.
I want a dotted outline to appear around each image when I hover the mouse.
The trouble is, the outline on the RHS is missing from all but the last...
1
To create an outlined text you can apply a stroke effect to it but then it leaves the body transparent.
What I want to achieve here is
rather than
For creating the stroke effect we only need to h...
Dinge asked 21/9, 2023 at 0:48
6
Solved
In the Chrome devtools, Firefox devtools, Safari, Opera, etc., if I inspect an element I can see its bounding box nicely outlined when I mouse over the code for that element in the source panel. Th...
Saint asked 28/12, 2016 at 4:30
3
Solved
For a certain style I'm going for, I want to outline a group of shapes in SVG. Applied to a group, the stroke property appears to outline each shape individually--effectively going on top of other ...
9
Solved
20
Solved
I am looking to achieve this:
http://getbootstrap.com/javascript/#popovers-examples - scroll to the "live Demo" and hit the red popover button, in Chrome on OS X.... It's perfect beautifu...
Prosy asked 18/1, 2014 at 6:52
4
Anyone know how to change a twitter bootstrap badge (or label) from solid to outlined?
Clarisaclarise asked 31/1, 2013 at 7:29
3
Solved
How can I draw an outline on the font?
I want to use black font, but the background has to be blackish so it's hard to see the font.
I assume myfont.render doesn't support drawing outline on the fo...
2
.login-box input:focus{ outline:1px solid #9aadee; }
-this gonna work in Firefox but not in Chrome
.login-box input:focus{ outline-color:#9aadee; }
-this not-gonna work in Firefox but works in Ch...
Hanoverian asked 24/5, 2021 at 5:41
16
Solved
What is the difference between border and outline properties in CSS?
If there is no difference, then why are there two properties for the same thing?
6
Solved
So I have these four boxes, floated left, each with a 50% width of the page. I want them to have an outline of 1px solid gray, and I want to round the corners with 6px. I know I could use bor...
6
Edit: My concerns are for mobile websites.
Let me get right to the point. No matter what I do, outline:none; does NOT remove any default highlighting/glows from input form elements using an Ipod T...
Hammerfest asked 4/7, 2012 at 22:29
2
Solved
I have an image with a transparent background that I'd like to outline with a 5px border. In photoshop, I can stroke it to achieve this.
I've tried using borderImage but it won't outline the pengu...
2
I am applying a style to the focused element that is on the lines of:
.<class-name>:focus {
outline: 4px auto #068065 !important;
outline-offset: 2px !important;
}
(This is part of a Ch...
Armed asked 17/6, 2013 at 6:52
4
Solved
I'm creating a form, that is following some WCAG guidelines. One of those is:
G165: Using the default focus indicator for the platform so that high visibility default focus indicators will carry o...
6
Solved
I'm trying hard to find a way to simply add an outline/stroke/contour to my UILabel text. Talking about a stroke around the letters of the text not around the background of a UILabel.
I'm using sw...
4
Solved
Context
Firefox 14 (and 13); specific CSS styles being ignored under certain conditions
The Problem
Using the following CSS:
*
{
outline:none;
-moz-outline:none;
-moz-user-focus:ignore;
}
...
Storiette asked 4/7, 2012 at 17:36
2
Solved
I'm working on adding a black font outline to white text using CSS. The goal is the image below. So far I've been able to come up with below. Is there any other best practice to closer match the th...
16
I am coding an app using jQuery, jqTouch and phonegap and have run across a persistent problem which arises when a user submits a form using the Go button on the soft keyboard.
Although it is easy...
5
Solved
Say I have this character and I want allow user to select it, so when it s selected I want to show an outline around it.
the character is an object3D with some meshes.
I tried to clone and set ...
Depoliti asked 19/7, 2013 at 6:51
2
Solved
I have not been able to find a duplicate and you can find a bunch of blog posts which suggest to use box-shadow for element's focus state instead of outline as it is more flexible in terms of styli...
Bernadettebernadina asked 1/10, 2018 at 10:41
4
Solved
I have a set of vertices(called A) and I want to find all the border vertices such that this border vertices set is an outline of the shape.
Many of the vertices in A are redundant because they a...
5
Solved
How do I get an outline view in sublime text editor for Windows?
The minimap is helpful but I miss a traditional outline (a klickable list of all the functions in my code in the order they appear...
Palpable asked 15/1, 2010 at 23:1
1 Next >
© 2022 - 2024 — McMap. All rights reserved.