Hallo,
ich habe mir einen Login dialog gemacht (ein div) auf welchem ich forlgende CSS anwende:
#registrationDialog {
position:absolute;
margin-left:650px;
margin-top:10px;
background : #0a58a5 url(../images/lo.png) no-repeat;
color: #d5d6d7;
width:300px;
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:20px;
-moz-box-shadow: 4px 4px 5px #000;
-webkit-box-shadow: 4px 4px 5px #000;
}
dieser Dialog ist jetzt fix positioniert, wenn ich das Browser- Fenster kleiner mache, dann bleibt der Dialog wo er ist.
Meine Frage wäre jetzt, wie kann ich den Dialog floatabel machen, sodass sich der Dialog an die Größe des Browserfensers anpasst?
lg