Hallo,
ich habe heute eine neue Website programmiert und jetzt habe ich ein Problem:
Minimiert sieht alles wunderbar aus , aber wenn ich es maximiere ist alles verbuggt. Der Ort vom Button ändert sich und etc.
Unten seht ihr den CSS von einem Button was sich auch verbuggt.
Code
.fu {
position: relative;
vertical-align: top;
width: 100%;
height: 60px;
padding: 0;
font-size: 22px;
color: white;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background: #2980b9;
border: 0;
border-bottom: 2px solid #2475ab;
cursor: pointer;
-webkit-box-shadow: inset 0 -2px #2475ab;
box-shadow: inset 0 -2px #2475ab;
}
.fu:active {
top: 1px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#fu {
margin-left: 487px;
float: center;
margin-top: -61px;
width: 28%;
}
Alles anzeigen
MfG