ERLEDIGT
NEIN
NEIN
ANTWORTEN
1
1
ZUGRIFFE
499
499
EMPFEHLEN
-
Hallo, weiß nicht mehr weiter****** Meine mindesthöhe funktioniert nicht: soll an das login-div angepasst sein!! Hier ist mein code:
HTML:
CSS:PHP-Code:<div id="outside">
<a name="top"></a>
<div id="login_bg_top">
</div>
<div id="login_bg_lower">
</div>
<div id="login_outer">
<div id="login_top_left"></div>
<div id="login_top"></div>
<div id="login_top_right"></div>
<div id="login"></div>
<div id="login_bottom_left"></div>
<div id="login_bottom"></div>
<div id="login_bottom_right"></div>
<div id="login_reflection"></div>
</div>
</div>
Hoffe könnt mir helfen****** Danke******PHP-Code:* {
margin:0;
padding:0;
}
a{
color:#fff;
font-size:10px;
margin-left:-230px;
}
body {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:11px;
margin:0;
padding:0;
}
h3 {
color:#800020;
font-size:12px;
margin-bottom:10px;
text-decoration:underline;
}
html, body {
height:100%;
text-align:center;
width:100%;
}
input, select {
font-size:9px;
}
p {
margin-left:20px;
padding-top:10px;
}
#errmsg{
color:#730222;
font-size:12px;
font-weight:bold;
height:30px;
margin-left:-20px;
}
#form_login{
margin-top:65px;
margin-left:35px;
padding:0;
}
#header {
height:64px;
min-width:800px;
width:100%;
}
#login_bg_lower {
background-repeat:repeat-x;
background:url('../img/bg_login_lower.png');
height:300px;
width:100%;
}
#login_bg_top {
height:40%;
}
#login_bottom_left{
background:url('../img/login_bottom_left.png');
float:left;
height:20px;
width:19px;
}
#login_bottom_right{
background:url('../img/login_bottom_right.png');
float:left;
height:20px;
width:19px;
}
#login_bottom{
background-color:#adacad;
float:left;
height:20px;
width:371px;
}
#login_outer{
height:300px;
left:50%;
margin-left:-204px;
margin-top:-150px;
position:absolute;
top:40%;
width:409px;
}
#login_reflection{
background:url('../img/login_reflection.png');
float:left;
height:73px;
margin-top:5px;
width:409px;
}
#login_top_left{
background:url('../img/login_top_left.png');
float:left;
height:20px;
width:19px;
}
#login_top_right{
background:url('../img/login_top_right.png');
float:left;
height:20px;
width:19px;
}
#login_top{
background:url('../img/login_top.png');
float:left;
height:20px;
width:371px;
}
#login{
background-repeat:repeat-x;
background:url('../img/bg_login.png') repeat-x #adacad;
float:left;
height:260px;
width:409px;
}
#logo_login{
float:left;
margin-left:35px;
}
.button {
padding-bottom:0px;
padding-left:5px;
padding-right:5px;
padding-top:0px;
font-size:14px;
margin-right:28px;
}
.h3 {
color:#666;
font-size:12px;
font-weight:bold;
}
.input_text {
background-position:top;
background-repeat: no-repeat;
background-color: #fff;
background-image: url(../img/input_bg.png);
font-size:16px;
height:24px;
width:200px;
margin-right:30px;
}
.label_login {
width:120px;
font-size:16px;
padding-right:10px;
}
-
08.01.11 09:48 #2csstypo Tutorials.de Gastzugang
Bedingt, denn min-height kann ich dort nirgends ausfindig machen, und #login besitzt eine absolute height-Regel.
Bei dem Überschuß an float-Regeln fehlen zunächst mal diverse clear-Regeln, um den Umfluß ordnungsgemäß zu beenden.
Webmaster FAQ -> [CSS] Warum passt sich die Boxenhöhe nicht dem Inhalt an?
Ähnliche Themen
-
Div-Box: height:100% funktioniert nicht
Von einfach nur crack im Forum CSSAntworten: 3Letzter Beitrag: 19.10.08, 00:24 -
Height 100% will nicht
Von sufijen im Forum CSSAntworten: 6Letzter Beitrag: 24.07.08, 09:16 -
CSS-Layer height:100%; (funktioniert nicht)
Von Fabian Frank im Forum CSSAntworten: 8Letzter Beitrag: 22.03.08, 09:02 -
min-height funktioniert nicht im IE
Von harderph im Forum CSSAntworten: 1Letzter Beitrag: 16.02.08, 10:29 -
DIV - Relative Höhe/HEIGHT funktioniert nicht! WARUM?
Von Jerinca im Forum CSSAntworten: 4Letzter Beitrag: 03.12.04, 15:19





Zitieren
Login





