nichtsgeht
Neues Mitglied
@JackSlain
... und das </head> gehört hinter </style> und nicht vor <style type="text/css">
... und das </head> gehört hinter </style> und nicht vor <style type="text/css">
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
naja das ist nicht so wie ich es mir gedacht habe, aber egal.
versuchs mal mit margin-right
moment gleichbenutzername passwort???
und wo liegt nochmal das problem?
bei mir im ie7 geht er nicht bis zum rand allerdings ist da ein großes graues rechteck unterm login
gib diesem button eine class bitte und dann sag oben im style der klasse folgendes:
*html .class{
padding-right:40px;
}
oder
*html .class{
width: 100px;
}
<table width="100%" cellpadding="2" cellspacing="0">
<tr>
<form method="post" name="login" action="checklogin.php">
<td>
<input name="ws_user" type="text" class="form_username" onFocus="this.className='form_on'" onBlur="this.className='form_off'" size="10">
<input name="pwd" type="password" class="form_password" onFocus="this.className='form_on'" onBlur="this.className='form_off'" size="10">
<input type="submit" name="Submit" value="login">
</td>
</form>
</tr>
</table>
• <a href="index.php?site=register">register now</a><br>
• <a href="index.php?site=lostpassword">lost password</a><br>
• <a href="index.php?site=registered_users">registered users</a><br>
<input class="login" type="submit" name="Submit" value="login">