Hallo,
Ich habe eine Seite Basierend auf CSS & HTML erstellt (Wikipedia)
Nun ist die Seite fast fertig. Und stelle fest das diese Seite nicht auf die unterschiedlichen Auflösung angepasst wird.
Ich habe im Bild 2 Boxen (Box 1 & 2)
Bei einer Auflösung von 1920x1080 ist alles in Ordnung.
Bei einer Auflösung von 1366x768 ist Box 2 in der Box 1.
Bild: http://prntscr.com/742rv2
Box 1 hat folgenden Code:
Code
<div style="margin:0 auto; max-width: 800px;">
{| class="SOtableTop" style="border-spacing:20px 5px;" /* moderne Fassung von cellspacing, aber 20px horizontal und 5px vertikal */
}
(das ist ein Wiki Code für Tabellen.)
Box 2 hat folgenden Code:
Code
.boxtest1 {
position: fixed;
top: 480px;
left: 160px;
width: auto;
height: auto;
color: #000;
}
Ich hoffe Ihr könnt mir helfen