How to get the perticluar image from large set images in one image using css
e.g. Jquery ui icons having one large image but using css class it retrives only perticlar image icon.
|
How to get the perticluar image from large set images in one image using css e.g. Jquery ui icons having one large image but using css class it retrives only perticlar image icon.
| |||
|
feedback
|
|
Firstly, you create approporiate viewport div:
Then you define CSS:
Note - our Depending on the layout of the icons in your main, sprite image, you will have to move the image by more/less pixels or in different direction (+/-). | |||
|
feedback
|
|
You can assign them the same class, or you can get them by tag name .. get an array of images.. EDIT
What you probably meant was, that you are using image sprites?so you want to get only portion of that big image(like jquery ui), the thing you need to do is you need | |||
|
feedback
|
|
Make your div with standard size and then apply like this:
| |||
|
feedback
|