brattattak
07-27-2005, 09:14 AM
I just got an new computer & Glowing text links are not showing up on my computer.anyone know why?Is there somthing my computer may not have that makes css filters work.
|
View Full Version : Glowing text links brattattak 07-27-2005, 09:14 AM I just got an new computer & Glowing text links are not showing up on my computer.anyone know why?Is there somthing my computer may not have that makes css filters work. COBOLdinosaur 07-27-2005, 12:46 PM Post your code please, and what browser are you looking at it with? iTom 07-27-2005, 12:51 PM What OS and Browser are you using? brattattak 07-28-2005, 02:15 AM A:link {color: #D277DD; text-decoration:none} A:visited {color: #D277DD; text-decoration:none} A:text{color:#ffffff; text-align: justify;} A:hover {filter:glow(color=#D277DD, strength=5); height:0;} using foxfire COBOLdinosaur 07-28-2005, 02:31 AM Okay, this problem is easy to explaing , but not very solvable. The text filters area non-standard Microsoft extension, an only Internet Explorer supports them. Firefox and other standards compliant browsers do not have anything similar. For an efect similar to that in Firefox you will need to use graphics. There is a tutorial here: http://www.whisperscorner.com/tuts/flame/ And the online tools here might be able to help: http://www.flamingtext.co.uk/ brattattak 07-28-2005, 06:15 AM there's nothing i could download for firefox to make it work? kittycat 07-28-2005, 06:27 AM Nope. Like COBOLdinosaur said, they're IE only, created by Microsoft, not meant for use in any other browser. iTom 07-28-2005, 10:41 AM Also I think that the filter should be in the A element, not A:hover. Just as kittycat said, these are IE only, IE 5.0/5.5+ only too. |