MyBB Community Forums

Full Version: Text Outline?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get an outline for the text in a theme.
Is there a CSS property that works? Thanks.
Like a border or a cell?
http://www.css3.info/preview/text-shadow/

Is this what you mean? Doesn't work in IE.
(2009-09-06, 09:09 PM)Zash Wrote: [ -> ]http://www.css3.info/preview/text-shadow/

Is this what you mean? Doesn't work in IE.

Does anything?
(2009-09-06, 11:14 PM)T0m Wrote: [ -> ]
(2009-09-06, 09:09 PM)Zash Wrote: [ -> ]http://www.css3.info/preview/text-shadow/

Is this what you mean? Doesn't work in IE.

Does anything?
Nope Big Grin
Lol, kind've, but I was thinking more like an outline around a text.
So the shadow concept, but with a solid black outline (not around a cell, but the actual text).
You can do it solid. The format is:

text-shadow: length-down length-right blur color;
(not sure about down or right)

text-shadow: 1px 1px 0 #000; = no blur outline.