this
background:url(http://url);
this
background:url("http://url");
or this
background:url('http://url');
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.
The URL bits of all three of your examples are valid CSS, according to the CSS specification.
Note that the spec identifies some characters in a URL which will need to be escaped with a backslash if present
in an unquoted URI, such as parentheses, commas, white space characters, single quotes (') and double quotes (").For this reason, you might find it better to use single or double quotes around your URLs.Note that you need to write your full CSS property in the format: