The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

css glow wont work

2 posters

Go down

glow - css glow wont work Empty css glow wont work

Post by Xydxedko1 September 2nd 2012, 7:11 pm

the code for glow in the css wont work it this is the code

Code:
 a[href="/u1"] {
  text-shadow:0px 4px 11px #e615bc;
}

avatar
Xydxedko1
New Member

Posts : 1
Reputation : 1
Language : english

Back to top Go down

glow - css glow wont work Empty Re: css glow wont work

Post by nextlevelgaming September 3rd 2012, 4:41 pm

try taking out the href part maybe? it looks like you have everything correct. though remember i do not believe this will work in IE.

Try using this code my friend:

Code:
a[href="/u1"]{
-moz-text-shadow: 2px 3px 4px #c0c0c0;
   -webkit-text-shadow: 2px 3px 4px #c0c0c0;
   text-shadow: 2px 2px 3px #c0c0c0;
   /* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=140, Color='#c0c0c0')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=140, Color='#c0c0c0');
    }

yeah just tested with firefox and it works....testing this with just an element it worked with IE then changing it to a[href="/u1"] made it not work. So simple as it works and does not work of course because of the incapabilities of IE. Sorry give it a whirl though for firefox,chrome, and others
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum