Wie kann ich z.B so ein Frame mit Mouseover erzeugen ?

Der Code wäre ja z.B so nur weiss ich nicht was bei
hinkommt.

Der Code wäre ja z.B so nur weiss ich nicht was bei
PHP:
b:hover{ ;}
PHP:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>gwbbcode</title>
<style>
b { display:block;
background-image:url(/images/XXXX.jpg);
width:64px; height:64px }
b:hover { ; }
</style>
</head>
<body>
<b href="#"> </b>
</body>
</html>