This question is probably not the best SO practice but I really don't have a clue of what is going on in here.
One of my .css files sometimes (~50% of the times) is loaded as an image. Here the screenshot:
which is supposed to be text/css
(as it's loaded the other ~50% of the times).
The other interesting part is that this happens only in the pages loading also the two following files:
<script type="text/javascript" src="../js/tabcontent.js" ></script>
<link type="text/css" rel="stylesheet" href="../css/tab-content/template5/tabcontent.css"/>
as described in here. I tried removing the javaScript
only and my css
loads just fine. Have you ever had this issue?