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 -->