Categories: Report an Issue and Get Troubleshooting Help :

Chrome not loading stylesheet

Showing 1-24 of 24 messages
Chrome not loading stylesheet ziggymello 7/1/09 10:10 PM Lonely Planet's forum, Thorn Tree (http://www.lonelyplanet.com/thorntree/index.jspa), is not displaying correctly in Chrome. The css file that is not loading is:  link rel="stylesheet" type="text/css" href="/thorntree/themes/LonelyPlanetNew/resource
Re: Chrome not loading stylesheet Daniel Jeffery 7/9/09 2:17 AM Hi ziggymello, I don't know if you are still watching this thread as it is pretty old. Anyway I had the same problem as you with one of my sites, namely the css not loading in Chrome (it appeared fine in all other browsers). I was pulling my hair
Re: Chrome not loading stylesheet ziggymello 7/19/09 8:43 PM Thankyou Daniel, No it is not too late & I am watching. That is quite perplexing. I'll investigate this further over the next couple of weeks and post my result.
Re: Chrome not loading stylesheet itfcfan 9/7/09 1:37 PM Hi, This problem is due to the content type the stylesheet is served with. The other stylesheets (core.css & global.css) are served with the correct content type (text/css) in the http response, but the problematic stylesheet (style.css;jsessionid=
Re: Chrome not loading stylesheet ChrisG1238 10/22/09 4:18 PM 2 more solutions for this problem: - The first characters in the css-file should be: @charset “UTF-8″; whithout any space or line-break before. (That solved my problem. Not only utf-8, it's only a example) - The css-file should be served with the c
Re: Chrome not loading stylesheet abumohammed 5/20/10 8:54 AM I had similar issue with chrome not loading css despite FF and IE. I was able to solve it by adding a semi colon at the end my @import statement. I guess chrome is very strict on CSS syntax. if any error found the whole CSS does not load. this is jus
Re: Chrome not loading stylesheet gyb 5/28/10 8:56 AM Hi, I have a similar problem on the site I'm building and none of the solutions above seem to work. The problem is the following: when Chrome loads the page (with empty browser cache) it doesn't load the CSS file (it doesn't load any CSS file at all
Re: Chrome not loading stylesheet gyb 5/28/10 9:15 AM EDIT: disabling AdThwart (Version: 0.9.7) solves the problem mentioned before. Apparently there is some incompatibility with the CSS elements injected by AdThwart.
Re: Chrome not loading stylesheet gyb 5/28/10 10:12 AM EDIT2: I contacted the developer of AdThwart who promptly added a workaround. Add to your filters the AdThwart extra filters, update, and voila. Hope this resolves problems for others as well!
Re: Chrome not loading stylesheet JohnAlden 8/4/10 5:55 AM I was just troubleshooting a similar problem.  The .Net application worked fine in IE, but chrome refused to use the css.  After digging around on the application server and watching sessions in Fiddler, I stumbled upon a setting in the MIME type.  T
Re: Chrome not loading stylesheet clinkety 9/22/10 8:32 AM There seems to be absolutely no rhyme or reason to this. On a WordPress installation, the CSS is only partially loading on the front end, in the WP admin itself, it loads on the "Dashboard" page but not on any other pages. There are a variety of oth
Re: Chrome not loading stylesheet soulfulwriter 11/22/10 9:31 PM Ok, I am lost here. The Stylesheet of any site just doesn't show up properly in my Chrome browser, some images show up, others like function buttons and stuff like that don't. How do you resolve this problem without having to get into each visited si
Re: Chrome not loading stylesheet soulfulwriter 11/22/10 9:31 PM Ok, I am lost here. The Stylesheet of any site just doesn't show up properly in my Chrome browser, some images show up, others like function buttons and stuff like that don't. How do you resolve this problem without having to get into each visited si
Re: Chrome not loading stylesheet soulfulwriter 11/22/10 9:32 PM Ok, I am lost here. The Stylesheet of any site just doesn't show up properly in my Chrome browser, some images show up, others like function buttons and stuff like that don't. How do you resolve this problem without having to get into each visited si
Re: Chrome not loading stylesheet soulfulwriter 11/22/10 9:40 PM Ok, I am lost here. The Stylesheet of any site just doesn't show up properly in my Chrome browser, some images show up, others like function buttons and stuff like that don't. How do you resolve this problem without having to get into each visited si
Re: Chrome not loading stylesheet ereides 12/18/10 10:57 PM After a research and reading all this thread I find the solution, in my case at least, my site is displayed in hebrew language and seems that because I saved the .css file as ANSI this was the cause of the problem, when I changed the saved file to un
Re: Chrome not loading stylesheet bsmith95610 3/14/11 2:04 AM I was having the same issue I am running two sites one in http://asp.net and one in classic asp.  What fixed the .net one for me was I had a css file using an import tag pointing to another css file like so @import url("style.css"); I removed that from my c
Re: Chrome not loading stylesheet Chr1zt1an 3/24/11 7:54 PM Thanks bsmith95610 !, that solved the problem i was having :)
Re: Chrome not loading stylesheet iemjaved 7/7/11 12:54 AM I had a problem with modalpopupextender not showing up properly in chrome. The css was not applying to modal popup or background window. My css file and pages were in same folder.I solved my problem by simply moving my css file to different folder an
Re: Chrome not loading stylesheet Commandrea 8/29/11 11:37 PM I was using:  @-moz-document url-prefix() { * { font-weight: 100; } h1, h2, h3, h4, h5, h6 { font-weight: 400; } which broke the code and Safari nor Chrome would read it. Took it out- added   *{font-weight:100;}
Re: Chrome not loading stylesheet RVGoddess 11/23/11 9:07 AM I solved the problem by writing the full address of the style sheet: <link href="http://www.mysite.com/CSS/style.css" rel="stylesheet" type="text/css" />
Re: Chrome not loading stylesheet ev46 5/17/12 1:45 PM with the latest Chrome, make sure there is a forward slash before the href file name unless you specify the full URI to the css file.  
Re: Chrome not loading stylesheet MTCH 8/20/12 1:03 AM I had the same issue with one of 5 css files. The problem was that the site was https (SSL) and the css with an external absolute href not. I was able to handle it that also the css link has https and it workes.
Re: Chrome not loading stylesheet AlfredoAntaria 11/30/12 1:06 AM I found a solution in my case. I forgot to safe the css file as a UTF-8 file. At first it was saved as an ansi file under visual studio. So check it if the file is saved properly to At Visual Studio : [File/Advanced Safe Options –> encoding:“Unicode
More topics »