<html>
<head>
<title>Mengganti font</title>
<style type="text/css">
a.textchange span.text1 {
display:inline;
font-family:arial;
}
a.textchange:hover span.text1 {
display:none;
}
a.textchange span.text2 {
display:none;
}
a.textchange:hover span.text2 {
display:inline;
font-family:"times new roman";
}
</style>
</head>
<body>
<a href="#" class="textchange" style="text-decoration:none; color:#555555;"><span class="text1">text pertama dengan font arial dan warna abu - abu</span>
<span class="text2" style="text-decoration:none; color:#ff0000; ">text saat hover dengan font times new roman dan warna merah</span></a>
</body>
</html>
Tidak ada komentar:
Posting Komentar
Leave a message