hallo, hab nen problem mit css....
wollt mehrere rollover machn...funzt aber net..
also wie das hier bloß mit mehreren buttons....
http://aktuell.de.selfhtml.org/artikel/css/mouseover/beispiel5.htm
Quelltext:
<html>
<head>
<title>linksite_links</title>
<base target="Links5">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title> </title>
<p> </p>
<style>
a { display:block;
background-image:url(home.jpg);
width:110px; height:30px }
a:hover { background-image:url(home1.jpg); }
</style>
</head>
<body>
<p><a href="#"> </a></p>
</html>
lala Gast |