habe folgendes problem... in meiner CSS.datei habe ich folgedes definiert
Code: Alles auswählen
.body { width:1000px; }
jaja, blöder IE .. aber leider nutzen ihn dann doch noch viele menschen.
jemand eine idee ?
Code: Alles auswählen
.body { width:1000px; }
Code: Alles auswählen
body {
background-color: #f7fff7;
background-image: url(images/bg.jpg);
background-repeat: repeat-y -x;
scrollbar-face-color: #eeffee;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #eeffee;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #008000;
scrollbar-track-color: #f7fff7;
scrollbar-darkshadow-color: #99cc99;
}
.body {
background-color: #f7fff7;
scrollbar-face-color: #eeffee;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #eeffee;
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #008000;
scrollbar-track-color: #f7fff7;
scrollbar-darkshadow-color: #99cc99;
width:1000px;
}
Code: Alles auswählen
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" class="body">
Code: Alles auswählen
.body {
Code: Alles auswählen
body.irgendwas {
Code: Alles auswählen
background-image: url(images/bg.jpg);
background-repeat: repeat-y -x;
Code: Alles auswählen
.bodyline_page {
width:1000px;
}