Jump to content

Parallax theme - Cant display images coded from css


Recommended Posts

Hi guys,

 

I am using parallax effect for my website theme (PS v1.6), my problem is I cant display the images from css codes and all I can see is a "?" images. By the way this the sample parallax code:

 

Sample div

 <div class="bg windowShopper" 
            data-2300="width: 100%; height: 100%; top: 0%; left: 0%; opacity: 1;" 
                data-4300="width: 110%; height: 110%; top: -5%; left: -25%; opacity: 0;"></div>
 
CSS
 
.windowShopper{background-image:url(../img/window-shopper.png);}

 

 

 

Thanks in advance! :)

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...