
.: Informasi Tagihan Telepon, Speedy, dan Flexi - PT. Telkom, Tbk :.
a {
color:#2965B9;
}
a:link {
color: #2965B9;
text-decoration: none;
}
a:hover {
color: #3965B9;
text-decoration: underline;
}
a:active {
color: blue;
text-decoration: underline;
}
a:visited {
color: #2965B9;
text-decoration: none;
}
$(document).ready(function(){
$("img.a").hover(
function() {
$(this).stop().animate({"opacity": "0"}, "slow");
...