CSS Text-Shadow not working
3 posters
Page 1 of 1
CSS Text-Shadow not working
Hello,
I've been having troubles adding following CSS to my CSS Stylesheet and having it correctly working.
I've been reading various topics on this subject and have tried multiple variants of codes, including
I want to thank every user helping me to solve this in advance.
~ Soul Evisceration
I've been having troubles adding following CSS to my CSS Stylesheet and having it correctly working.
- Code:
a[href="/u122"] {
text-shadow: 0px 0px 5px #00FFFF;
}
I've been reading various topics on this subject and have tried multiple variants of codes, including
- Code:
a[href="/u122"] {
color: cyan;
text-decoration: none !important
text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black; font-weight:bold;
}
I want to thank every user helping me to solve this in advance.
~ Soul Evisceration
Last edited by Soul Evisceration on September 24th 2012, 3:23 pm; edited 1 time in total
Re: CSS Text-Shadow not working
- Code:
<span style="color:#ff0000; text-shadow: 0 0 7pt;">YOUR CONTENT HERE</span>
working and tested!!
Re: CSS Text-Shadow not working
I should've made myself clearer: I want a username to appear shadowed.
Re: CSS Text-Shadow not working
some browsers don't accept shadow, most do (newer) ones.
should work I believe have not tested, i know everything actually works, but for you not sure. You are using Mac Safari so I'm not sure if that will help
- Code:
text-shadow:2px 2px 2px #000;
-moz-text-shadow:2px 2px 2px #000;
-webkit-text-shadow:2px 2px 2px #000;
/*Filter is used for ie 5.5 through 9*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
should work I believe have not tested, i know everything actually works, but for you not sure. You are using Mac Safari so I'm not sure if that will help
Re: CSS Text-Shadow not working
I'm using Safari on my mobile phone only. Besides from that, I use Firefox and Chrome on my PC.
I'm however quite comfortable with typing code in on my mobile phone, so I put in Safari.
I'll try your code and will edit this post in a few minutes.
I'm however quite comfortable with typing code in on my mobile phone, so I put in Safari.
I'll try your code and will edit this post in a few minutes.
Re: CSS Text-Shadow not working
What was wrong?Just an explanation could help others in case the same problem
Similar topics
» Text shadow in chatbox
» text Shadow On The Quick Reply
» Chat box text color change/shadow change
» Box-shadow
» Shadow name color
» text Shadow On The Quick Reply
» Chat box text color change/shadow change
» Box-shadow
» Shadow name color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum