konuyu görünce araştırmak istedim bende öğrendim sayende. aşağıdaki kodları incele
Alıntı
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#nav {
margin:0;
padding:0;
list-style:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.85em;
}
#nav li a {
color:#00F;
text-decoration:none;
}
#nav li a:hover {
color:#F00;
}
#nav li a span.show {
display:none;
}
#nav li a:hover span.show {
display:inline;
}
#nav li a:hover span.noshow {
display:none;
}
</style>
</head>
<body>
<ul id="nav">
<li><a href="#"><span class="noshow">Home</span><span class="show">à la maison</span></a></li>
</ul>
</body>
</html>