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"> 

this how image appears while loading page

i figured out mistake doing. had mapped background image twice. 1 @ time img tag desgined. , other throughts class [search_img1]


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -