CSS Text Glow

mase

____ ___ ____ __
Reaction score
154
You can highlight it by changing the color of its background...

HTML:
background-color:HEXCOLOR;
 
Reaction score
125
well im not sure what your saying but heres a css glow effect.

Code:
<span style="FILTER: Glow(Color=#ff0000, Strength=8); width:200px;font-size:20pt;">*Text Here*</span>
 

monoVertex

I'm back!
Reaction score
460
mase said:
You can highlight it by changing the color of its background...

HTML:
background-color:HEXCOLOR;

I am already using the background for something else.

MeRcChRiS said:
well im not sure what your saying but heres a css glow effect.

Isn't that HTML? What I want should be in the actual CSS...

Anyway, nvm, I found out that something like this wouldn't appear on some browsers so... I shall find a way around. Thanks for replying, tho! :)
 

TFlan

I could change this in my User CP.
Reaction score
64
anything in style="" is css

so all that can just be copyied and pasted into a css script.
 

Chile

The All Purpose Administrator
Reaction score
10
the filters style definition only works with Internet Explorer, as far as I know.

However, there is a CSS2 text property for shadow which, from my last look at the spec, did not work on either Firefox 1.5 or I.E. 6

It's possible that the definition might work with the latest releases of IE and Firefox, though. But, we'd have to check which CSS2 features are supported by each "User Agent" or "Browser".

Code:
SPAN.glow { 
    background: white; 
    color: white;
    text-shadow: black 0px 0px 5px;}

Alternately, you could declare the style in the element like this:
Code:
<span style="background: white; color: white; text-shadow: black 0px 0px 5px;">
This is some white text with a light grey glowing stroke
</span>
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top