CSS Sprite: Unable to show a section of img from a collection of images -
i unable section of image want collection of images. generated css http://spritepad.wearekiss.com
.search_img1{ background: url(/images/fbimages/1.png) no-repeat; width: 16px; height: 16px; } .search_img1 { background-position: -152.98749923706055px 0; } the img tag :
<img id="search" src="images/fbimages/1.png" class="search_img1" title="search" alt="seach" autocomplete="off"> 
i figured out mistake doing. had mapped background image twice. 1 @ time img tag desgined. , other throughts class [search_img1]
Comments
Post a Comment