Tuesday, September 24, 2013

Efek Link Underlines Animated









This fun CSS code adds an animated underline to links on the page 


when the mouse rolls over them to grab visitors' attention!








 kode css:


a:hover {

 text-decoration: none;

 background-image: url(http://freecodesource.com/myspace-graphics/images_db/686/prod_604_16155.gif);

 background-repeat: repeat-x;

 background-position: 100% 100%;

 padding-bottom: 3px;

 color: #CC9900;

}



Background image dapat di ganti sesuai keinginan.

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home