How do you add a glowing affect to the text?
4 posters
Glowing affect
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
- Post n°2
Re: Glowing affect
- Code:
text-shadow: 0px 0px 5px blue;
left-right,up-down,blur,color
PlayToy- Forumember
- Posts : 84
Reputation : 1
Language : English
Location : USA
- Post n°3
Re: Glowing affect
What do you mean by "left-right,up-down,blur,color"? And I assume the code go'es into the css stylesheet?
SLGray- Administrator
- Posts : 51556
Reputation : 3524
Language : English
Location : United States
- Post n°4
Re: Glowing affect
0px - left-right
0px - up-down
5px - blur
0px - up-down
5px - blur
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
PlayToy- Forumember
- Posts : 84
Reputation : 1
Language : English
Location : USA
- Post n°5
Re: Glowing affect
Sorry, im a bit dumb***. Can you explain this in layman's terms on how to do this please? Im kinda new to this....
Worst Nightmare- Forumember
- Posts : 107
Reputation : 2
Language : English
- Post n°6
Re: Glowing affect
i think my glowing effect is not working
PlayToy- Forumember
- Posts : 84
Reputation : 1
Language : English
Location : USA
- Post n°7
Re: Glowing affect
Do you know how they are suppose to work?Worst Nightmare wrote:i think my glowing effect is not working
_Twisted_Mods_- Helper
- Posts : 2083
Reputation : 336
Language : English
Location : Ms
- Post n°8
Re: Glowing affect
- Code:
#elementid{text-shadow: 1px 2px 5px blue;}
replace #element id with the id or class of the element you are trying to style
1px = moving the glow affect up and down .. use a negative number to go up
2px = moves the glow left or right ..use a negative number to go left
5px = how much blur is added to the glow effect
blue = the colors of the glow
the code will go in your acp>display>colors>stylesheet
but you must have a element you want to add glow to for it to work
example of the code
This Is What The Glow Looks Like |