|
Ok, so then I guess its -moz code that they do read. What could possibly be giving me a problem with those two browsers, and none with all others? It's the same @font-face css...Any tools you could recommend to help me figure it out? I use firebug to debug and no errors appear in the console. I don't even really know where to start with something like this.
**EDIT**
I hadn't checked all of the error filters. Here is what has come up...
Expected color but found '#0'. Error in parsing value for 'background-color'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG] background-color: #0; stylesheet.css (line 1006)
Error in parsing value for 'width'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG]width:780x; minstyle.css (line 50)
Unknown property 'behavior'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG].ie6_png {behavior: url("iepngfix.htc") } goldmonger.net (line 16)
Unknown property 'behavior'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG].ie6_png img {behavior: url("iepngfix.htc") } goldmonger.net (line 17)
Unknown property 'behavior'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG].ie6_png input {behavior: url("iepngfix.htc") } goldmonger.net (line 18)
Error in parsing value for 'width'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG]
Error in parsing value for 'width'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG]
Expected ':' but found 'undefined'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG]
goldmonger.net : potentially vulnerable to CVE-2009-3555
Unknown property 'behavior'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG].ie6_png {behavior: url("js/iepngfix.htc") } goldmonger.net (line 2470)
Unknown property 'behavior'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG].ie6_png img {behavior: url("js/iepngfix.htc") } goldmonger.net (line 2471)
Unknown property 'behavior'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG].ie6_png input {behavior: url("js/iepngfix.htc") } goldmonger.net (line 2472)
goldmonger.net : potentially vulnerable to CVE-2009-3555
goldmonger.net : potentially vulnerable to CVE-2009-3555
goldmonger.net : potentially vulnerable to CVE-2009-3555
Unknown property '-moz-opacity'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG]#lz_chat_file_base{position:absolute;t...ransform. Microsoft.Alpha(opacity=0);} style....3280241 (line 38)
Error in parsing value for 'filter'. Declaration dropped.
[IMG]chrome://firebug/content/blank.gif[/IMG]#lz_chat_file_base{position:absolute;t...ransform. Microsoft.Alpha(opacity=0);} style....3280241 (line 38)
But none of these should have anything to do with @font-face....
Last edited by christianbright; 06-13-2010 at 02:51 PM..
|