Can anyone explain why using comments like this in css cause really weird effects SOMETIMES?
This works fine
/* ------------------------------ */
/* some text here */
/* ------------------------------ */
This appear to work fine too until I reload a page and then the page is all messed up in firefox and in chrome if I use any comments like this in css
<!-- sometext here -->
For CSS files.
<!-- -->
Is not a comment syntax.
Why are you using XML-like comment blocks in CSS? Your first form (/* comment */) is the only one supported in CSS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With