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. 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

i will be honest with you

code that you attached means nothing for me

you use some unknow feature, it's hard to help in cases like that

it will be much easier if you will share url to page where the problem occur.

Link to comment
Share on other sites

i will be honest with you

code that you attached means nothing for me

you use some unknow feature, it's hard to help in cases like that

it will be much easier if you will share url to page where the problem occur.

@Vekia

 

I am using scrollr.js for Parallax

 

http://prinzhorn.github.io/skrollr/

 

I cant share the url coz I'm doing it in localhost right now.

 

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...