Christoph Koschel
Mitglied
Hallo mein Name ist Christoph
Ich habe ein kleine Problem, ich habe eine Tabelle die so gestylt ist:
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: grey;
border-collapse: collapse;
In dieser Tabelle habe ich ein Div
das so gestylt ist:
position: inherit;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
background-color: darkgreen;
overflow-y: auto;
Mein Problem ist das das div nicht die höhe und breite von 100% annimmt sondern sich nach denn Elementen im div anpasst.
ich hoffe ihr könnt mir helfen
Lg Christoph
Ich habe ein kleine Problem, ich habe eine Tabelle die so gestylt ist:
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: grey;
border-collapse: collapse;
In dieser Tabelle habe ich ein Div
das so gestylt ist:
position: inherit;
height: 100%;
width: 100%;
top: 0px;
left: 0px;
background-color: darkgreen;
overflow-y: auto;
Mein Problem ist das das div nicht die höhe und breite von 100% annimmt sondern sich nach denn Elementen im div anpasst.
ich hoffe ihr könnt mir helfen
Lg Christoph