• 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?

    https://tinypic.com/r/2mpg02g/9

    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(https://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

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Css Sprites Not Working Need Help’ is closed to new replies.