كود css لعمل تأثير رائع على روابط المنتدى
معاينة للكود
الصورة متحركة وتظهر بشكل أجمل عن المعاينة الفعلية
الكود
- الكود:
-
a:link {
color: #C37108;
white-space: nowrap;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #C37108;
}
a:hover {
text-decoration: none;
background-image: url(http://i61.servimg.com/u/f61/16/21/44/25/animat10.gif);
background-repeat: repeat-x;
background-position: 100% 100%;
padding-bottom: 3px;
color: #CC9900;
}
a:active {
text-decoration: none;
}
الى اللقاء في كود جديد ان شاء الله