php - CSS Sprites displaying wrong image - works in localhost -


the server removing space between background-position properties of sprites causing sprites display first image of sprite instead of image should displaying. used work fine on server , still works fine on localhost. haven't made changes server though ... suggestions?

website http://hiphopvip.com

you have bug in minimizing script script minify css files , replace every space '-' that's why background-position doesn't work way it's supposed to.

what class using miminizing css?


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -