Background image is not showing because of image path problem.
css code
background-image: url("images/menu_home_icon.png");
My actual image path is EZ_MOVERS/images/menu_home_icon.png
.
But it shows EZ_MOVERS/css/images/menu_home_icon.png
while I checking through Inspect Element.
I can't find from where /css
comes.
Anybody help please ?