Css Sprites Not Working

Hi I am trying to use sprites with css on my wordpress site. I have uploaded everything but cant get the images inside the grid?

Here is my css

.bucks-party-amarli, .bucks-party-anastacia, .bucks-party-cassie, .bucks-party-ella, .bucks-party-katia, .bucks-party-taj, .bucks-party-virgina, .bucks-party-alli{
background: url(http://www.buckspartyvenues.com.au/wp-content/uploads/2016/01/sprites.png) no-repeat;
}

.bucks-party-amarli{
background-position: -474px -380px ;
width: 236px;
height: 380px;
}

.bucks-party-anastacia{
background-position: -237px -380px ;
width: 236px;
height: 380px;
}

.bucks-party-cassie{
background-position: 0 -380px ;
width: 236px;
height: 380px;
}

.bucks-party-ella{
background-position: -474px 0;
width: 236px;
height: 380px;
}

.bucks-party-katia{
background-position: -710px 0;
width: 236px;
height: 380px;
}

.bucks-party-taj{
background-position: -237px 0;
width: 236px;
height: 380px;
}

.bucks-party-virgina{
background-position: 0 0;
width: 236px;
height: 380px;
}

.bucks-party-alli{
background-position: -710px -380px ;
width: 236px;
height: 380px;
}

Here is my link any help gratefully received

Many thanks

Danny Kirk


Here is my public share link: LINK
(how to access public share link)

For asking for help in the forums, a public share link IS mandatory.

Do you see the (how to access public share link) when you are creating a new topic? Click it. That message is for you.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.