#TIEN { padding: 1px; margin: 4px 4px 0 0; border: 1px solid #d5d5d5; transition: all 15s ease; -webkit-transition: all 15s ease; -moz-transition: all 15s ease; transition-delay: 5s; -webkit-transition-delay: 5s; -moz-transition-delay: 5s; transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); width: 120px; } /* Design By Wapvn.Mobi */ #TIEN:hover { box-shadow: 0px 0px 10px#666; -moz-box-shadow: 0px 0px 10px#666; -webkit-box-shadow: 0px 0px 10px#666; border-radius: 5px; background-color: #ffffff; padding: 5px; transition: all 3s ease; -webkit-transition: all 3s ease; -moz-transition: all 3s ease; transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); position: relative; width: 365px; } Thêm thuộc tính id="TIEN" vào thẻ hiện thị hình ảnh (loại bỏ thuộctính width/height trong thẻ của bạn) Ví dụ: <img id="TIEN" src="http://dia chi anh" />