2010-11-18, 05:01 PM
Eosian Wrote:The glow itself is a text shadow. You can't overlay two separate text shadows one to control the size and one to control the color. You need a single text shadow that specifies both or the innermost wins.
Yeah, I know you can't have two separate shadows. It's either glow or border, but you can't have both simultaneously.
How's the code for the glow look? I'm imagining it's something like:
{text-shadow: 0 0 0.2em #(color), 0 0 0.2em #(color)}
Right?

