Text Shadow
Text Shadow
Hello! its my first time to use forumotion. and i found a forum using this it has a glow, and shining thing

and i found some guides, but i dunno where to paste it. and honestly dunno where CSS is located.
thanks in advance!

and i found some guides, but i dunno where to paste it. and honestly dunno where CSS is located.
- Code:
a:hover {
text-decoration:none;
text-shadow: 0 0 0.9em #58FAF4, 0 0 0.9em #58FAF4,
0 0 0.9em #58FAF4}
thanks in advance!
NhawT- New Member
- Posts : 20
Reputation : 0
Language : E
Re: Text Shadow
wat is the correct code? i already put it, nothing happened..using phpbb2
NhawT- New Member
- Posts : 20
Reputation : 0
Language : E
Re: Text Shadow
What is your forum version?
It is a hover code, touch the links with your mouse and see does it work.
It is a hover code, touch the links with your mouse and see does it work.
Re: Text Shadow
dunno really...but i can give u a link
http://tindahan.progoo.org/
http://tindahan.progoo.org/
NhawT- New Member
- Posts : 20
Reputation : 0
Language : E
Re: Text Shadow
That will do.
Delete that one and put this one if you want them to hover (glow) when you go with a mouse over them.
If you want them to glow all the time put this one.
Delete that one and put this one if you want them to hover (glow) when you go with a mouse over them.
- Code:
a:link:hover {
text-decoration:none;
text-shadow: 0 0 0.9em #58FAF4, 0 0 0.9em #58FAF4,
0 0 0.9em #58FAF4}
If you want them to glow all the time put this one.
- Code:
a {
text-decoration:none;
text-shadow: 0 0 0.9em #58FAF4, 0 0 0.9em #58FAF4,
0 0 0.9em #58FAF4}
Re: Text Shadow
thanks! it works..but the shadow is so big..
NhawT- New Member
- Posts : 20
Reputation : 0
Language : E
Re: Text Shadow
Play with 0.9em in you code in all three places, put in your number and set it as you wish.
Re: Text Shadow
please close this thread now. its done! thank you very much Nera.
NhawT- New Member
- Posts : 20
Reputation : 0
Language : E
Re: Text Shadow
Since this thread appears to be solved, I will lock this thread and mark it as solved.

Sanket

Sanket

Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum