<html>
<head>
<style type="text/css">
img.on, img.off {
border-width: 0px;
}
a.image img.on {
display: none;
}
a.image img.off {
display: inline;
}
a.image:hover img.on {
display: inline;
}
a.image:hover img.off {
display: none;
}
a.image:hover {
background-color: transparent;
}
</style>
</head>
<body>
<a href="novinky.html" class="image"><img src="but/novinky1.jpg" alt="Novinky" class="off"><img src="but/novinky2.jpg" alt="Novinky" class="on"></a>
</body>
</html>