Admin Admin
| Tiêu đề: code css khi de chuot den hinh trai tim Fri Dec 10, 2010 5:38 pm | |
| - Code:
-
a:hover{ text-decoration: underline; color : #d31141; font-weight:bold; background-image:url(http://i3.glitter-graphics.org/pub/707/707623ndqm8nohtx.gif); } Như mình đã viết trong cách làm trong box JAVA, đây là theo cách CSS, vô cùng đơn giản. Bạn chỉ cần thêm thông số như sau trong a:hover Ví dụ bản gốc là: Code: - Code:
-
a:hover{ text-decoration: underline; color : #d31141; Thì bây giờ bạn thêm: Code: - Code:
-
font-weight:bold; background-image:url(http://i3.glitter-graphics.org/pub/707/707623ndqm8nohtx.gif); Sẽ được: Code: - Code:
-
a:hover{ text-decoration: underline; color : #d31141; font-weight:bold; background-image:url(http://i3.glitter-graphics.org/pub/707/707623ndqm8nohtx.gif); }
Như thế này là thành công ! Bạn cũng có thể thay các loại hình gif kia. Một số hình gif làm nền hiệu ứng: [You must be registered and logged in to see this image.]_________________ |
|