ich versuche seit ein paar Tagen dieses Menü an ilch anzupassen:
<html> <head> <style> A.menulink { display: block; width: 120px; text-align: left; text-decoration: none; font-family:arial; font-size:12px; color: #000000; background-image:url(1.jpg); } A.menulink:hover { background-image:url(2.jpg); } </style> </head> <body> <table border="0" width="120"><tr> <td width="100%"><span id="menutitle"><center><b>Navigation<b></center></span></td> </tr><tr> <td width="100%"><a href="#" class="menulink">Homepage</a></td> </tr><tr> </table> </body> </html>
Leider hat ich bisher keinen Erfolg. :'(
Ich habe es schon versucht mit:
- href="%2"
- <td id="box"></td>
- <td><a class="menulink">%2</a></td>
Weiß einer von euch wie das geht?
Zuletzt modifiziert von jankrug am 06.03.2007 - 17:31:54