Registriert seit: 1. Feb 2004
Ort: Aachen
1.268 Beiträge
|
Re: [html] ganze Tabelle als Link
6. Jan 2005, 15:59
Code:
<table cellpadding="4" cellspacing="0" class="header">
<tr>
<td width="8" style="line-height: 170%" nowrap="nowrap"></td>
<td class="header" nowrap="nowrap" valign="top" width="350">
[img]./images/logo1.gif[/img]</td>
<td class="header" nowrap="nowrap" align="right">[img]./images/logo2.gif[/img]</td>
</tr>
</table>
<layer id="header" name="header" top="0" left="0" width="100%" height="230">
[ url="./index.php"][img]./images/spacer.gif[/img][/ url]
</layer>
*kein Schimmer hab*
Wie legt man das drüber?
Edit: so, ich hab jetzt das Problem halb gelöst. Nur ist jetzt alles so langsam! Bei Firefox z.B. ist die Maus langsamer und er braucht lange, bis er zu dem Tab springen kann...
Code:
<table cellpadding="4" cellspacing="0" class="header" style="position:absolute; top:0px; left: 0px;">
<tr>
<td width="8" style="line-height: 170%" nowrap="nowrap"></td>
<td class="header" nowrap="nowrap" valign="top" width="350">
[img]./images/logo1.gif[/img]</td>
<td class="header" nowrap="nowrap" align="right">[img]./images/logo2.gif[/img]</td>
</tr>
</table>
<div style="position:relative; top:0px; left: 0px; font-size:50px; z-index:2;">[ url="./index.php"][img]./images/spacer.gif[/img][/ url]</div>
Simon Praetorius Gruß
S2B
|
|
Zitat
|