نتیجه
امتحان کنید
<!DOCTYPE html> <html> <head> <title></title> <style> #home { width: 46px; height: 44px; background: url(http://tahlildadeh.com/Temp/Css/SpritInCss/img_navsprites.gif) 0 0; } #next { width: 43px; height: 44px; background: url(http://tahlildadeh.com/Temp/Css/SpritInCss/img_navsprites.gif) -91px 0; } </style> </head> <body> <img id="home" src="http://tahlildadeh.com/Temp/Css/SpritInCss/img_trans.gif"><br><br> <img id="next" src="http://tahlildadeh.com/Temp/Css/SpritInCss/img_trans.gif"> </body> </html>
امتحان کنید