Hallo Leute,
Hoffe das mir jemand hier helfen kann.
Folgendes:
meine Css sieht so aus
ZitatAlles anzeigenbody { background: url(images/nbg.gif) repeat-y center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; padding: 0px; margin: 0px; color:#6b6451;}
html { padding: 0; margin: 0;}
a:link { text-decoration: none; color : #84844c; border: 0px; -moz-outline-style: none;}
a:active { text-decoration: underline; color : #84844c; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #84844c; border: 0px; -moz-outline-style: none;}
a:hover { text-decoration: underline; color : #84844c; border: 0px; -moz-outline-style: none;}
a:focus { outline: none;-moz-outline-style: none;}h1, h2, h3, h4 { font-family: "Trebuchet MS";}
img { padding: 0px; margin: 0px; border: none; text-align: center;}
hr { border-left:0px solid #b3bb92; border-right:0px solid #b3bb92; border-top:1px dotted #b3bb92; border-bottom:0px solid #b3bb92; height : 1px; }form { padding: 0px; margin: 0px;}
input { font-family: 'Verdana'; color: #84844c; font-size: 11px;}
textarea { font-family: 'Verdana'; color: #84844c; font-size: 11px;}
select { font-family: 'Verdana'; color: #84844c; font-size: 11px;}/* BGContainer +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.BGC { width: 984px; margin: auto auto;}
/* Header +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/**/ * html .Header { height: 800px;} /* */
.Header { background: url(images/nheader_bg0.gif) no-repeat left top; min-width: 1042px; position: relative; clear: left; padding: 0px; min-height:776px; }.Header h1 { position: relative; width: 400px; float: left; font-size: 28px; line-height: 28px; letter-spacing: -1px; padding: 10px 5px 0px 100px; margin: 0px 20px 0 0; font-weight: bold;}
.Header h1 a { color:#84844c; text-decoration: none; }
.Header h1 a:visited { color:#84844c; text-decoration: none; }
.Header h1 a:hover { color:#84844c; text-decoration: none; }
.Header .Desc { position: relative; float: left; clear: left; width: 400px; color:#b3bb92; font-size: 14px; line-height: 14px; font-weight: bold; letter-spacing: -1px; font-family: 'Arial'; padding: 10px 5px 0px 85px; margin: 0px 20px 0px 20px;}/* Menu +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rechts oben - gibt es nicht mehr */
.Menu { float: right; position: relative; width: 490px; margin: 145px 0 0 0; }
/* Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hintergrund eingabefeld kommentar*/
.CON { background: url(images/body_bg2.gif) repeat-y top left; width: 975px; float: left; position: relative; padding: 0px}
wenn ich es so lasse wird im Safari und Firefoxbrowser alles richtig angezeigt
im IE6 ist die Blumengirlande rechts abgeschnitten.
http://www.creative-art-design.com/
nun wenn ich im .BGC { width: 984px; margin: auto auto;
die richtige Grösse nämlich 1042 eingebe sehe ich im IE auch die ganze Girlande aber das ganze Bild rutscht nach links.
kann man da nicht irgendwo die Position des Containers festlegen?
Vielen Dank!
sissi