Ich habe das Problem das mir Firefox und der Opera, dass sie beide trotz der eigentlich richtigen Angaben für "Ihr" Boxmodell mein Layout nicht richtig anzeigen. Beim IE hab ich keine Probleme
Ich habe alle Werte überprüft und die Werte sollten eigentlich soweit stimmen, ich komme insgesamt auf meine festgelegten 994px. Trotzdem bringt mir Firefox und der Opera ein falsches Ergebnis. Ca. 1-2px fehlen ihn für Conten_right damit es stimmt. Was kann ich noch machen?
Für das gesamte Layout:
#layout {
width: 994px;
height: 768px;
}
Für den Content:
#container { /*vorher Content mit % Angaben*/
width: 994px;
height: 480px;
}
#content_left {
background-color: #1A1A1A;
background-image: url(Bilder/Scannlines3.gif);
border-left: 1px ridge white;
border-right: 1px ridge white;/*#282828 groove*/
width: 246px;/*248px für IE*/
height: 100%;
float: left;
}
#content_right {
background-color: #1A1A1A;
background-image: url(Bilder/Scannlines3.gif);
border-right: 1px ridge white;
width: 745px;/*746px für IE*/
height: 100%;
float: left;
Ich habe alle Werte überprüft und die Werte sollten eigentlich soweit stimmen, ich komme insgesamt auf meine festgelegten 994px. Trotzdem bringt mir Firefox und der Opera ein falsches Ergebnis. Ca. 1-2px fehlen ihn für Conten_right damit es stimmt. Was kann ich noch machen?
Für das gesamte Layout:
#layout {
width: 994px;
height: 768px;
}
Für den Content:
#container { /*vorher Content mit % Angaben*/
width: 994px;
height: 480px;
}
#content_left {
background-color: #1A1A1A;
background-image: url(Bilder/Scannlines3.gif);
border-left: 1px ridge white;
border-right: 1px ridge white;/*#282828 groove*/
width: 246px;/*248px für IE*/
height: 100%;
float: left;
}
#content_right {
background-color: #1A1A1A;
background-image: url(Bilder/Scannlines3.gif);
border-right: 1px ridge white;
width: 745px;/*746px für IE*/
height: 100%;
float: left;