Hallole,
Tabelle: 3Zeilen, 3 Spalten
in zeile2, spalte2 ist ein Bild. Darüber möchte ich einen Text schreiben. ich kann das bild nicht als hintergrundbild laden, weil da noch ein areamap drauf liegt.
Mit position:absolut ist das richtig. wenn aber der browser schmaler wird, verschiebt sich der text.
Mit position:relativ verschiebt sich der text nicht, aber das bild rutscht nach unten.
hier ist mein code:
Kann mir bitte jemand helfen. Ich muß die Seite heute noch online stellen.
Vielen Dank
Nicole
Tabelle: 3Zeilen, 3 Spalten
in zeile2, spalte2 ist ein Bild. Darüber möchte ich einen Text schreiben. ich kann das bild nicht als hintergrundbild laden, weil da noch ein areamap drauf liegt.
Mit position:absolut ist das richtig. wenn aber der browser schmaler wird, verschiebt sich der text.
Mit position:relativ verschiebt sich der text nicht, aber das bild rutscht nach unten.
hier ist mein code:
HTML:
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td bgcolor="#000000" width="50%"></td>
<td width="800" height="600">
<table border="0" width="800" id="table2" cellspacing="0" cellpadding="0" height="600">
<tr>
<td width="800" height="125">
<table border="0" width="800" id="table5" cellspacing="0" cellpadding="0" height="125">
<tr>
<td colspan="5" width="720" height="87" valign="top">
<div style="border-style:solid; border-width:0px; position: relative; left:375px; width:240px; height: 20px; z_index: 1; top: 15px" id="hello" ><center><font color="blue"><b>Hallo siggilein</b></font></center></div>
<map name="Homemap">
<area href="pakete.php?UID=53417&SID=69" target="main" shape="rect" coords="6, 3, 271, 39">
<area href="contact.php?UID=53417&SID=69" target="main"shape="rect" coords="517, 16, 578, 29">
<area href="impressum.php" target="main"shape="rect" coords="591, 15, 674, 31">
<area href="agb.htm" target="main"shape="rect" coords="685, 15, 719, 30">
</map>
<img src="../images/logo_login.gif" border="0" width="720" height="87" usemap="#Homemap">
</td>
<td width="80" height="87" background="../images/pfeil_ende.gif"> </td>
</tr>
<tr>
<td bgcolor="#FF0000" align="center"></td>
<td bgcolor="#FF0000" align="center"></td>
<td bgcolor="#FF0000" align="center"></td>
<td bgcolor="#FF0000" align="center"></td>
<td bgcolor="#FF0000" align="center"></td>
<td width="80" height="38" bgcolor="#FF0000"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="800" height="475">
<!--INHALT//-->
<!--INHALT ENDE//-->
</td>
</tr>
</table>
</td>
<td bgcolor="#000000" width="50%"></td>
</tr>
</table>
Kann mir bitte jemand helfen. Ich muß die Seite heute noch online stellen.
Vielen Dank
Nicole