I’ve got the following in some CSS, probably introduced by Sylizer (and the new version is now complaining about it):
/*Disabling quote effect in IE5 +*/
background /**/: url("bungalow_copy(1).css");
What does /**/ mean?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a comment, see CSS3 syntax: 4.10. Comments.
You can add additional information in a comment, for example to remind you of certain fixes for some browsers or some special effects which were hard to achieve: