Questions tagged [glow]

188 questions
196
votes
11 answers

CSS/HTML: Create a glowing border around an Input Field

I want to create some decent inputs for my form, and I would really like to know how TWITTER does their glowing border around their inputs. Example/Picture of the Twitter border: I also don't quite know how to create the rounded corners.
Hans
  • 1,975
  • 2
  • 13
  • 7
88
votes
6 answers

CSS: create white glow around image

How can I create a white glow as the border of an unknown size image?
tamir
  • 3,207
  • 2
  • 33
  • 51
30
votes
1 answer

Outer glow effect to border

How to provide the outer glow effect to border?
Ponraja
  • 570
  • 2
  • 6
  • 17
26
votes
6 answers

How to make glow effect around a bitmap?

The following code is what I got so far. However, there are 2 issues: I want both inner and outer glow effects, which look similar to the Photoshop's blending options. But I only managed to make the outer glow, if I set BlurMaskFilter.Blur.INNER or…
Hongbo
  • 535
  • 1
  • 5
  • 12
19
votes
6 answers

IPhone Text Glow Effect

In my IPhone application, I want the text in UILabel to glow for a second, then fade for a sec;. Also i want to repeat this cycle for say 3 or 4 times. Is this possible?
Ramkumar KS
  • 479
  • 1
  • 6
  • 19
17
votes
4 answers

How to make glowing text in HTML and CSS

I want to make glowing text in HTML and CSS. I'm following this tutorial. http://msdn.microsoft.com/en-us/library/gg589484(v=VS.85).aspx#creating_%22glow%22_effects_with_drop_shadows I want the text to glow, just like the minimize, maximize and…
anon271334
12
votes
5 answers

How to add and remove glow for Raphael element?

I am trying to set up a hover for a raphael element so that when the mouse is on the element, it has a glow and when the mouse leaves, the glow is removed. I have figured out how to add the glow, but I am having trouble removing it. Here is what my…
jbranchaud
  • 5,909
  • 9
  • 45
  • 70
10
votes
3 answers

Text-shadow or similar effect to a

As the title says, I'm trying to find a way to add a text-shadow effect for a bullet. I'm using text-shadow to show a light glow behind some text, and I'd like to accomplish this same effect for bullets without having to create my own bullet image.
ejfrancis
  • 2,925
  • 4
  • 26
  • 42
8
votes
3 answers

Adding a glow to 3 sides using CSS

I have a box which overlaps another to form a sort of L shape, I am trying to achieve a glow around the whole of the L shape which therefore requires a glow on only 3 sides of one of these boxes. I've tried using the box-shadow property but can't…
Phil
  • 1,610
  • 4
  • 26
  • 40
8
votes
3 answers

Glowing (neon) effect in gnuplot

I want to reproduce this effect in gnuplot: How can I achive it? If it can't be done, what software can I use to reproduce it?
RedPointyJackson
  • 675
  • 8
  • 17
8
votes
1 answer

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 outer glow effect in HLSL. I'm currently…
barnacleboy
  • 539
  • 8
  • 18
7
votes
1 answer

Glowing text contour in android.

how can I add a glowing text contour in android? Here is an example:
Xazen
  • 822
  • 2
  • 12
  • 26
7
votes
1 answer

How to imitate OuterGlowBitmapEffect using WPF effects?

I tried using DropShadowEffect but it's "glow" strength weakens when you increase BlurRadius. I want to have strong outer glow like the image below. If I stack the same effect a dozen times I am able to get this, but the performance tanks after…
Joan Venge
  • 315,713
  • 212
  • 479
  • 689
7
votes
2 answers

Glowing WPF Buttons

After clicking the WPF buttons in our app they glow blue, back to original color, back to blue, etc. This appears to be default behavior on Windows Vista/7. It does not happen on XP. Any advice?
Jason
  • 309
  • 1
  • 3
  • 16
7
votes
3 answers

How can I highlight a button with jQuery?

I need to draw the user's attention to a button at a certain point while using my page. Ideally I'd like the button to "glow". i.e. Have a border around it that fades in, then…
Urbycoz
  • 7,247
  • 20
  • 70
  • 108
1
2 3
12 13