mrepox
Erfahrenes Mitglied
Hallo Leute,
ich benötige dringend eure Hilfe.
Ich realisiere grade eine Website für einen Reiseanbieter und erstelle diese unter Linux , Firefox und Konqueror sind meine Browser.
Mit diesen Browsern habe ich eine korekte Darstellung, auch unter XP mit dem IE6 sah alles nach kleinen Änderungen gut aus.
Mein Bekannter mit Win2000 lieferte mir allerdings dieses erschreckende Bild.
http://webexil-linux.de/africa_for_real/images/win2000.jpg
Der Aufbau ist folgender:
Header
Inhalt mit drei Spalten (links und rechts sind breite Border!)
Footer
Kann mir jemand bei der Lösung des Problems helfen?
Hier die Url:
http://www.webexil-linux.de/africa_for_real/
Hier das CSS:
ich benötige dringend eure Hilfe.
Ich realisiere grade eine Website für einen Reiseanbieter und erstelle diese unter Linux , Firefox und Konqueror sind meine Browser.
Mit diesen Browsern habe ich eine korekte Darstellung, auch unter XP mit dem IE6 sah alles nach kleinen Änderungen gut aus.
Mein Bekannter mit Win2000 lieferte mir allerdings dieses erschreckende Bild.
http://webexil-linux.de/africa_for_real/images/win2000.jpg
Der Aufbau ist folgender:
Header
Inhalt mit drei Spalten (links und rechts sind breite Border!)
Footer
Kann mir jemand bei der Lösung des Problems helfen?
Hier die Url:
http://www.webexil-linux.de/africa_for_real/
Hier das CSS:
Code:
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #564b47;}
a:visited {color:#564b47;}
a:hover {color: #D05A2B;}
a:active { color:#000000;}
td {
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
background-color: #e1ddd9;
border:1px solid #c0c0c0;
padding:10px ;
}
input:focus {
background: #ffd1bf;
}
input#senden {
margin-top: 5px;
width: auto;
}
h1 {
font-size: 12px;
text-transform:uppercase;
background-image: url(img/bi_border.png);
/*background-color: #AD8D4B;*/
border-top:1px solid #564b47;
/*border-bottom:1px solid #564b47;*/
padding:5px 15px;
margin:0px }
h3 {
font-size: 12px;
background-image: url(img/bi_border.png);
/*background-color: #E2883C;*/
/*border-top:1px solid #564b47;*/
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }
h2 {
font-size:15px;
font-weight: bold;
padding: 5px 0 5px 5px ;
margin:0px;}
.red {
font-size:13px;
text-align:center;
font-weight: bold;
padding: 5px 0 5px 5px ;
margin:0px;
color:#ff0000;
}
img.download {vertical-align:middle;}
/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
border-left:1px solid #564b47;
border-right:1px solid #564b47;
}
/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #e1ddd9;
padding: 0px;
margin: 0px; }
#banner img {padding:0px 0px;}
/* ----------outer und inner----------------- */
#outer{
border-left: solid 165px #DBBA75; /* linke Menue Spalten Farbe */
border-right: solid 165px #dba275; /* rechte Menue Spalten Farbe */
background-color: #ffffff; /* Farbe fuer Inhalt Spalten */
}
#inner{margin:0; width:100%; }
/* --------------left und right navigavtion------------- */
#left {
width:140px;
float:left;
position:relative;
margin-left:-153px;
margin-right:1px;
background-image: url(images/bgltheme.jpg);
}
#right {
width:140px;
float:right;
position:relative;
margin-right:-153px;
margin-left:10px;
background-image: url(images/bgtheme.jpg);
}
/* -----------------Inhalt--------------------- */
#content{
position: relative;
margin: 0px;
border: 1px solid #564b47;
min-height: 300px;
font-size: 12px;
padding: 5px 10px;
}
* html #content { height:300px; } /* nur fr IE 5.5 - 6.x */
html + body #content { height:300px; } /* nur vom IE 5.0 */
p {
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
padding: 5px 10px;
margin:0px; }
pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}
/* ----------------footer---------------------- */
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; }
/* ----------------footer---------------------- */
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; }