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.

learn more… | top users | synonyms

1
vote
3answers
39 views

How can I wrap implicit section in HTML 5 by jQuery?

HTML snippet: <h1>Heading</h1> <p>paragraph paragraph paragraph</p> <h2>Heading</h2> <p>paragraph paragraph paragraph</p> The snippet above is equal ...
0
votes
2answers
53 views

Remove highlight and add selection border in WinForms ListView C#

After searching a bit, I haven't come across my specific question. I would like to change the default behavior of ListView selection on a WinForm in C# I need to do this because I am using custom ...
0
votes
2answers
24 views

Java: Adjust outline thickness

I use this code: to outline a font: public class MyText extends JPanel { String text1 = null; public MyText (String text) { text1 = text; } public void paintComponent(Graphics g) { ...
0
votes
4answers
62 views

Removing blue outline/border from image anchor IE

To start off, I don't even know what this is. I tried text-decoration:none; border:none; outline:0 , and nothing seems to work? My CSS file is working all right, so it's not that? Here's a picture: ...
3
votes
1answer
125 views

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 ...
1
vote
0answers
30 views

Function to draw an offset of a polygon?

I have a procedure to determine if a point is within a polygon, but id like also add a buffer around the polygon to add search results that are X out of the boundry. How would i do this? Im ...
0
votes
2answers
131 views

Radio Button Label Image Selection. I want to add border or outline when selected

I am using OpenCart for a Tee Shirt shopping site and I am hiding the radio buttons, and using label images which are displayed to the user. Being a T-Shirt website we have different size T-Shirts for ...
0
votes
2answers
99 views

Dotted border near checkbox IE9

I use EXT.Js framework and i got an issue with IE9(in IE8 and previous versions all works fine): a dotted border near all checkboxes when click on it. I tried to set in main css file: body.ext-ie ...
1
vote
2answers
191 views

Firefox outline around box-shadow on hover

This is my first question on StackOverflow, so I'll try to format it the right way. Basically, I have a div with a border and an outline. On hover, the div also gets a shadow, which, of course, ...
1
vote
2answers
52 views

Infamous “outline: none;” issue within IE(8)

http://www.massgeneral.org/international/dev/content-wrap.aspx I'm attempting to remove the outline boxes that are created when clicking the anchors tags (Arrows and Thumbnails) within a UI I've ...
1
vote
1answer
146 views

Text tree in Python GUI

I'm looking for GUI feature that will be part of Python desktop application. The feature is a text tree with drag and drop functionality between individual nodes. Further I'd like to be able to ...
0
votes
1answer
133 views

How to stack transparent items in Dreamweaver CS6

ULTIMATE GOAL: Make a formed transparency where images can show through but are shaped by the form itself. The images are rollover buttons and turn from grayscale to color with hover So the picture ...
-2
votes
1answer
39 views

Simulate chrome selected input style

Can someone tell me the css that produces in all browsers the selected yellow outline style that chrome is using ? Thank you.
1
vote
1answer
177 views

CSS text stroke outside of letters

Okay, been struggling with this for a bit now and I have pretty much the appearance I want but am now struggling with positioning the items. Basically I want a stroked text with the stroke on the ...
0
votes
1answer
63 views

Remove outline of <html> when tab in Firefox

http://i45.tinypic.com/34pezdj.jpg The outline appears when tab through all element in the web. This happen only in Firefox (not appear in Chrome, Opera, Safari) I use Firebug console to detect what ...
2
votes
2answers
58 views

Is it possible to create a outline border with an radius?

I known you can add an outline border with css3. outline: 10px solid red; Now I was wondering how I can add also a radius to that outline border. I have tried this one, but doesn't work: .radius { ...
1
vote
1answer
44 views

Why Does My Form Border Change when Clicked in?

I'm making a form (which has a border and an outline). It looks find when it's not active, but once it is active, it changes. Not Active: http://gyazo.com/e8a7548efda5ffa161ed241dd1ff2d15 Active: ...
0
votes
2answers
150 views

Twitter Bootstrap set badge to no fill (or outline)?

Anyone know how to change a twitter bootstrap badge (or label) from solid to outlined?
0
votes
0answers
69 views

Dotted outline around div element in table

I have a table element, containting a custom usercontrol (contained in a "td" tag), that is a RadGrid from telerik. When i click anywhere in the div/cell zone (not a link, not an image, but inside a ...
0
votes
1answer
73 views

Outline around span inside button in Firefox (screenshot included)

I am having the following html structure in my page <button class="badbutton"><span>Text</span></button> The reason for this is so that I can make the text go a bit lower ...
2
votes
1answer
57 views

Why don't CSS3 animations work on outline with default none?

I've got to this point in which I'm trying to do a hilite animation on an element which I can't move or modify its boundings, so i used an outline in addition to its background color to have an ...
0
votes
1answer
97 views

How sort storyboard's view controllers alphabetically by name or locate a VC in storyboard quickly?

When you open a storyboard, and expand the "Document Outline", by clicking the arrow in the bottom left hand corner, you get a list of View Controllers in the story board. You can also get this list ...
1
vote
2answers
106 views

Why is this onclick event handler not working?

I am new to JS and trying to learn event handlers. i've been looking at this for hours and I think it is way simpler than I am finding it. Does anyone know why nothing happens when I click the ...
0
votes
2answers
146 views

Create text outline on canvas in javascript

How can I give a text an outline in JavaScript when drawing on the Canvas? See image below of what I try to do.
0
votes
1answer
74 views

custom tabbable DIV element dotted border is inconsistently applied

So, I developed some jQuery functionality that finds a <SELECT> element, hides it, and replaces it with a <DIV> full of images. The <DIV> allows the user to tab into it, then, it listens for ...
0
votes
0answers
88 views

Strange behaviour with outline-offset and Chrome

Testing the CSS property outline-offset, I noticed that Chrome only seems to insert spacing to the left and top of the element (Firefox, Opera and Safari (Windows) all place spacing on all edges, ...
1
vote
1answer
138 views

How to create Android ICS drag'n'drop shadow effect?

I would like to create icon shadow/outline effect in my app, as presented on Google's design guidelines page. The effect I would like to reach: Has anyone noticed the part of code which dynamically ...
1
vote
1answer
147 views

How to remove the button outline in Firefox 17.0.1

For aesthetics reasons (I know this affects accessibility) I want to remove the outline in some buttons, but in Firefox 17.0.1 I can't seem to find a way to do it. I tried the answers in this popular ...
1
vote
2answers
363 views

Draw outline using with shader program in OpenGL ES 2.0 on Android

I am using OpenGL ES 2.0 (on Android) to draw simple 2D scene has few images. I have background image and some others which have alpha channel. I would like to draw outline around non-transparent ...
0
votes
1answer
188 views

outline attribute conflict for IE and chrome

I have a problem here, I have a checkbox and a hyperlink in the html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ...
1
vote
1answer
43 views

Limit autocompletion on already seen tokens

let the code speak: $ cat Test3.py def fun1(): print "I'm in fun1" $ cat Test2.py import Test3 as T T.fun1() # fine T.fun1 # bad I edit Test2.py. When I press "T." pydev gives me some ...
1
vote
1answer
144 views

Java TreePath.equals() trouble

I'm having trouble getting an Outline control (alternative TreeTable) to work with a tree of data objects, due to the method that TreePath uses to identify data nodes. The key problem is that ...
0
votes
1answer
35 views

Outline on Inline-Elements in FF buggy?

The outline is not placed correct on inline-elements in Firefox. There is a space between background and outline. Any suggestions to avoid that? strong { background: #3690f0; color: white; ...
2
votes
1answer
324 views

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 ...
1
vote
1answer
278 views

2D geometry outline shader

I want to create a shader to outline 2D geometry. I'm using OpenGL ES2.0. I don't want to use a convolution filter, as the outline is not dependent on the texture, and it is too slow (I tried ...
2
votes
2answers
322 views

How to remove border / outline from focused radio input in Firefox on Linux

I know that there are pretty much answers on similar questions on SO but none of them seems to work for me. The problem is that in Firefox only on Linux (Windows is fine) radio inputs have an orange ...
0
votes
3answers
286 views

dotted outline around links for IE7+

I am not able to get rid of dotted outline in IE7+. I have added outline:none; border:none but still it is not working in any version of IE. I have created fiddle, it works fine when I run the ...
1
vote
1answer
229 views

Remove dotted outline from SWF uploadify button

I'm having great troubles removing the dotted focus outline/border from my Uploadify SWF button, shown in Firefox. I have tried setting the uploadify object & button CSS to: :focus { ...
4
votes
1answer
887 views

Outer Glow as HLSL shader

I'm still working on an image processing project that makes use of HLSL shaders to add Photoshop-esque filters like drop shadow, bevel and so on. Now I'm searching for an approach to implement an ...
1
vote
1answer
250 views

Using Angus J Clipper library to outline GraphicsPath text in vb.net

I am creating text in a GDI+ GraphicsPath, using DrawString, and then outputting this to PDF as a path. This is all working perfectly at the moment. The time I have an issue is when the chosen font ...
0
votes
0answers
35 views

NSNumberFormatter explanation and usage

I have an assignment that requires the program to change a normal number input (ex.3) to the english word (ex.three), the square root of the number, and the square of the number and print. I have ...
2
votes
1answer
93 views

Library to create code outline [closed]

Is there a python or ruby library to create a code outline for the given code? The library should support multiple languages. I am looking for something like outline view in Eclipse. I don't need the ...
1
vote
0answers
116 views

Create a concave (if necessary) polygon from a 32bit BufferedImage

How do I even begin to program a method that would take an RGBA BufferedImage as input and turn it into a Polygon that represents the 'outline' of the image using the alpha. Keep in mind that my ...
2
votes
1answer
448 views

Getting shadows/outlines/shapes of icons

I was wondering if it is possible to get shadows/shapes of icons on home screen in android? I know when you add some custom icon to your homescreen and then move it around you get outlines of that ...
1
vote
1answer
86 views

How to reformat tabs in vimoutliner?

I am trying to standardize on Vimoutliner to define IT projects. The plugin has capacity for multiple levels of headings, which are indented using the appropriate number of tab characters. Each tab ...
0
votes
0answers
86 views

d3.js - Creating Outline for a Force directed Graph

I want to create an outline/overview (scaled down window which shows the complete graph with option to select the viewable graph by centering a rectangular box over the desired region in the outline ...
0
votes
1answer
152 views

Removing <a> Outline in IE [duplicate]

Possible Duplicate: How to remove outline Image link? I'm trying to remove the link outline in IE. It's really annoying and unsightly. I've tried several things. My CSS/SASS looks like this ...
5
votes
1answer
205 views

How to create an outline of an image if I know the background color?

I want to create a simple program that you open any given image and select 2 colors: BackgroundColor and OutlineColor. Then make an outline around the "object". Here is my code so far: for ...
0
votes
3answers
74 views

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 image when I hover the mouse. The trouble is, the outline on the RHS is missing from all but the last ...
0
votes
4answers
292 views

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 an outline of 1px solid gray, and I want to round the corners with 6px. I know I could use border:1px ...

1 2 3