A
A
Alexander2015-06-04 10:29:32
JavaScript
Alexander, 2015-06-04 10:29:32

How to include image in css file?

html.js .loader .loader_inner {
background-image: url("../img/preloader.gif");}
How to include this image?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Uvarov, 2018-08-05
@Samalamadoit

This is not related to library compatibility, everything that is written here says that each of the jquery plugins cannot read / write the value, because they receive undefinedit where it should not be. Check the dependencies, most likely you just didn’t transfer or install something, maybe jqueryit wasn’t installed

M
Maxim Shcherbakov, 2018-08-05
@UnknownError

Libraries are incompatible

A
Andrey Sanych, 2015-06-04
@kentuck1213

what do you mean "connect"? you have everything connected. If it does not work, then there may be two problems:

  1. Wrong image path
  2. Image does not exist

R
Roman, 2016-08-01
@Viruz

If you need to display an image from a style file in a wordpress template, then you need to remove ",,/" from the path and it will work.
background-image: url("img/preloader.gif");}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question