ich hab da mal n Frage:
Also bei meiner Loginbox ist das Hintergrundbild vor dem eingabe feld (blackstarallianz.bl.funpic.de/) ich möchte aber das das Eingabefeld darüber steht
boxen_login.htm:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
Hallo <b>{NAME}</b>
<br />
{NACHRICHTEN}
<br />
<a class="box" href="index.php?user-8"><img src="include/images/icons/profil.gif" style="margin-top:3px" border="0" alt="Profil"></a>
<br />
<a class="box" href="index.php?user-3"><img src="include/images/icons/logout.gif" style="margin-top:3px" border="0" alt="Logout"></a>
<br />
{ADMIN}
</td>
</tr>
</table>
{EXPLODE}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="right"><a href="index.php?user-regist"><img src="include/designs/loa_01/bilder/login_r.gif" border="0" style="margin-top:0px" alt="Registrieren" /></a></div></td>
<td><div align="left"><a href="index.php?user-remind"><img src="include/designs/loa_01/bilder/login_lpw.gif" border="0" style="margin-left:5px" alt="PW verloren" /></a></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center">
<form method="POST">
<img src="include/designs/loa_01/bilder/login_1.gif"><input type="text" name="name" size="9" value="{NAME}" onFocus="if (value == '{NAME}') {value = ''}" onBlur="if (value == '') {value = '{NAME}'}" maxlength="50" class="login_1" style="margin-top:3px; " img src="include/designs/loa_01/bilder/login_1.gif"/>
<br />
<img src="include/designs/loa_01/bilder/login_2.gif"><input type="password" size="9" value="{PASS}" onfocus="if (value == '{PASS}') {value = ''}" onblur="if (value == '') {value = '{PASS}'}" maxlength="20" name="pass" class="login_2" style="margin-top:3px; " img src="include/designs/loa_01/bilder/login_2.gif"/>
<br />
<input type="hidden" name="wdlink" value="{wdlink}" />
<input type="submit" name="user_login_sub" value="Login" class="login_s" style=" margin-top:3px; margin-bottom:5px; " />
</form>
</div>
</td>
</tr>
</table>
Danke im Vorraus^^
MFG Chris1122
betroffene Homepage: blackstarallianz.bl.funpic.de/


