
- Kod: Zaznacz cały
<table border="0" cellpadding="0" width="100" id="table3" cellspacing="0">
<tr>
<td background="1.gif">Menu</td>
</tr>
<tr>
<td background="1.gif"><a href="http://url/">LINK1</a></td>
</tr>
<tr>
<td background="1.gif"><a href="http://URL/">LINK2</a></td>
</tr>
</table>
to jest najprostszy sposób
można też łatwo zrobić zeby link był aktywny na całej komórce:
- Kod: Zaznacz cały
<TABLE cellSpacing=0 cellPadding=2 width=150
border=1 style="border-width:0; border-collapse: collapse; " bordercolor="#111111">
<tr>
<TD style="CURSOR: hand; border-left-color:#111111; border-left-width:1; border-right-color:#111111; border-right-width:1; background-image: url('background1.jpg')" onclick="window.location.href='http://url/'"
bgColor=#738278 height="12"><b><font size="1" color="#FFFFFF">TEXT</font></b></TD>
</tr>
</TABLE>
do powyższego można dodac efekt zmiany tła po najeździe itp. ale nie chce mi się pisać teraz jak chcesz to ci podam.