nag: Tabellen-ZELLE verlinken !?

Beitrag lesen

Hallo,

zum Problem:
innerhlab der Zelle steht nix drinn, da ist nur ein Hintergrudbild was aber anklickbar sein soll.

probier das mal aus (nicht getestet)

<style type="text/css">
table {width:200px; height:200px;}
td {width:100px; height:100%;}
#link a:link, #link a:visited {
display:block;
width:100%;
height:100%;
text-decoration:none;
}
</style>
</head>

<body>

<table border="1">
 <tr>
   <td>   </td>
   <td style="background-image:url(bild.jpg)" id="link"> <a href="#"> </a> </td>
 </tr>
</table>
</body>
mfg NAG

--
signatur