Hey Leute ich habe ein Problem undzwar ist die Box unten links verschoben die soll nach oben neben der rechten box und wie mach ich die Einlogg box kleiner und wie mach ich die rechte box in der mitte weiß ?
Hier Code
HTML
<html>
<head>
<title>Newtown Craft User Control Panel</title>
<link rel="stylesheet" type="text/css" href="../temp/style.css">
</head>
<body>
<center>Newtown Reallife - Feel your Experience
<div id='rootsite'></div>
<div id='lrbox'>
<font size="5">Login</font>
<div id='lrboxw'><form action="input_text.htm">
<p>ID:<br><input name="vorname" type="text" size="30" maxlength="30"></p>
<p>Passwort:<br><input name="zuname" type="text" size="30" maxlength="40"></p></form><br><center><input type=button value="Login" onClick="Login(this.form)">
<br><font size="3">Wetter</font><br>
<br>
</div>
</body>
</html>
Alles anzeigen
Code
body
{
background-color:#daa635;
color:#ffffff;
text-shadow:#000 0px 0px 2px;
font-size:30px;
}
#lrbox
{
background-color:#daa635;
border: 1px solid #000;
border-radius: 3px;
hight:25px;
width:250px;
float:left;
margin-top:100px;
margin-left:40px;
margin-bottom:30px;
}
#lrboxw
{
background-color:#ffffff;
color:#000000;
padding-top:40px;
margin-bottom:30px;
}
#rootsite
{
background-color:#daa635;
color:#000000;
hight:100px;
width:800px;
margin-left:800px;
margin-top:100px;
float:right;
padding-bottom:500px;
border:1px solid #000;
border-radius:3px;
}
Alles anzeigen
/Edit Screen