![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
Why does Firefox fail to link DIV IDs to External Style Sheets?
The only way I can enable a style in Firefox is to use In Line Styles. In all major browsers (except Firefox), the following HTML enables a DIV ID to render the web page div content according to CSS in an external style sheet.
<div id="myExternalStyle">
Why does the above HTML succeed in all major browsers except Firefox?
Muokattu
Valittu ratkaisu
In the "path to" the external style sheets, are you using \ rather than /?
The "slash" / is needed rather than the "back-slash" \.
Lue tämä vastaus kontekstissaan 👍 2Kaikki vastaukset (1)
Valittu ratkaisu
In the "path to" the external style sheets, are you using \ rather than /?
The "slash" / is needed rather than the "back-slash" \.