Pretty common problem, judging from what i've been seeing so far. Most of the time it's url problem or backslashes etc. Not this time though...
My code
Code:
<div id="est"></div>
Code:
#est {
margin-left:55px;
margin-top:55px;
background-image: url(http://blabla.com/wp-content/themes/blankslate.3.3/blankslate/images/est.jpg);
background-repeat: no-repeat;
}
I've been trying everything. Local url/full url, quotation marks (single and double), bacground-imgage:/background. No luck...
Thanks in advance!