Nieuw lid |
|
ik heb dit in mij css:
a.menu {
background: url(picture/knoppen/home1.gif) top left no-repeat;
}
a.menu:hover {
background: url(picture/knoppen/home2.gif) bottom left no-repeat;
}
a.menu { background: url(picture/knoppen/home1.gif) top left no-repeat; } a.menu:hover { background: url(picture/knoppen/home2.gif) bottom left no-repeat; }
en dit in html:
<td bgcolor="#eeeeee" height="412" valign="top" width="130">
<p><a class="menu" href="index.html"><img name="home1" src="picture/knoppen/home1.gif" border="0" height="30" width="142"></a></p>
<td bgcolor="#eeeeee" height="412" valign="top" width="130"> <p><a class="menu" href="index.html"><img name="home1" src="picture/knoppen/home1.gif" border="0" height="30" width="142"></a></p>
de mouseover werkt wel, maar die die button zit achter de button zelf.
|