![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. |
#3
| |||
| |||
|
|
Deciding to do something for the good of humanity, Frances fdr58 (AT) yahoo (DOT) com> declared in comp.infosystems.www.authoring.stylesheets: I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. A URL to the CSS file in question would make it much easier. |
#4
| |||
| |||
|
|
Mark Parnell wrote: Deciding to do something for the good of humanity, Frances fdr58 (AT) yahoo (DOT) com> declared in comp.infosystems.www.authoring.stylesheets: I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. A URL to the CSS file in question would make it much easier. thanks... http://www.francesdelrio.com/cc/viewer.css |
#5
| |||
| |||
|
|
Frances wrote: Mark Parnell wrote: Deciding to do something for the good of humanity, Frances fdr58 (AT) yahoo (DOT) com> declared in comp.infosystems.www.authoring.stylesheets: I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. A URL to the CSS file in question would make it much easier. thanks... http://www.francesdelrio.com/cc/viewer.css And what is the page that should use that stylesheet? First I was guessing your main page, but that one doesn't even have a reference to the stylesheet. Then I figured it would be about the page http://www.francesdelrio.com/cc/, but that one is referencing a different stylesheet. So.. which page is it that doesn't let Firefox read the stylesheet? |
#6
| |||
| |||
|
|
I have an html file, checked css syntax online (http://jigsaw.w3.org/css-validator/v...or-uri.html.en) it all checks fine, got no errors or warnings.. however Firefox is not reading stylesheet, for some reason.. two examples of errors I get in JS console: Error: Unexpected end of file while searching for closing } of invalid rule set. Error: Unexpected end of file while searching for ',' or '{'. Ruleset ignored due to bad selector. |
#7
| |||
| |||
|
|
Els wrote: Frances wrote: Mark Parnell wrote: Deciding to do something for the good of humanity, Frances fdr58 (AT) yahoo (DOT) com> declared in comp.infosystems.www.authoring.stylesheets: I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. A URL to the CSS file in question would make it much easier. thanks... http://www.francesdelrio.com/cc/viewer.css And what is the page that should use that stylesheet? First I was guessing your main page, but that one doesn't even have a reference to the stylesheet. Then I figured it would be about the page http://www.francesdelrio.com/cc/, but that one is referencing a different stylesheet. So.. which page is it that doesn't let Firefox read the stylesheet? I can't post code for pg calling stylesheet (this is for work... doesn't even go in path I posted earlier for stylesheet, I just stylesheet there yesterday to check css-syntax on line at the w3c site..), but call to stylesheet is as follows: LINK rel="stylesheet" type="text/css" href="viewer.css" as you can see, nothing fancy, nothing unusual... thank you very much.. Frances |
#8
| |||
| |||
|
|
it all checks fine, got no errors or warnings.. however Firefox is not reading stylesheet, for some reason.. two examples of errors I get in JS console: Error: Unexpected end of file while searching for closing } of invalid rule set. Error: Unexpected end of file while searching for ',' or '{'. Ruleset ignored due to bad selector. These are basic *Javascript* syntax errors, not CSS since they are in |
#9
| |||
| |||
|
|
Frances wrote: Els wrote: Frances wrote: Mark Parnell wrote: Deciding to do something for the good of humanity, Frances fdr58 (AT) yahoo (DOT) com> declared in comp.infosystems.www.authoring.stylesheets: I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. A URL to the CSS file in question would make it much easier. thanks... http://www.francesdelrio.com/cc/viewer.css And what is the page that should use that stylesheet? First I was guessing your main page, but that one doesn't even have a reference to the stylesheet. Then I figured it would be about the page http://www.francesdelrio.com/cc/, but that one is referencing a different stylesheet. So.. which page is it that doesn't let Firefox read the stylesheet? I can't post code for pg calling stylesheet (this is for work... doesn't even go in path I posted earlier for stylesheet, I just stylesheet there yesterday to check css-syntax on line at the w3c site..), but call to stylesheet is as follows: LINK rel="stylesheet" type="text/css" href="viewer.css" as you can see, nothing fancy, nothing unusual... thank you very much.. Hard to tell without a look at the actual server environment you are seeing the error on. But, I'd suspect that possibly the server is sending the wrong MIME type for the style sheet OR, possibly, that the relative link in the HTML reference is not resolving correctly. Try an absolute link with the full URL to the style sheet. |
#10
| |||
| |||
|
|
Ed Mullen wrote: Frances wrote: Els wrote: Frances wrote: Mark Parnell wrote: Deciding to do something for the good of humanity, Frances fdr58 (AT) yahoo (DOT) com> declared in comp.infosystems.www.authoring.stylesheets: I have done css for Firefox many times, have never encountered this.. would appreciate some leads.. A URL to the CSS file in question would make it much easier. thanks... http://www.francesdelrio.com/cc/viewer.css And what is the page that should use that stylesheet? First I was guessing your main page, but that one doesn't even have a reference to the stylesheet. Then I figured it would be about the page http://www.francesdelrio.com/cc/, but that one is referencing a different stylesheet. So.. which page is it that doesn't let Firefox read the stylesheet? I can't post code for pg calling stylesheet (this is for work... doesn't even go in path I posted earlier for stylesheet, I just stylesheet there yesterday to check css-syntax on line at the w3c site..), but call to stylesheet is as follows: LINK rel="stylesheet" type="text/css" href="viewer.css" as you can see, nothing fancy, nothing unusual... thank you very much.. Hard to tell without a look at the actual server environment you are seeing the error on. But, I'd suspect that possibly the server is sending the wrong MIME type for the style sheet OR, possibly, that the relative link in the HTML reference is not resolving correctly. Try an absolute link with the full URL to the style sheet. No, the server is sending the correct MIME type. My wild guess is, that there is a syntax error in the JavaScript on the HTML page, and the stylesheet is referenced *after* that JavaScript, and therefore isn't recognised. Frances - try taking out all the JavaScript from the <head> on your HTML page - does the problem persist then? |
![]() |
| Thread Tools | |
| Display Modes | |
| |