Hallo !
Ich finde den Fehler nicht, bin schon recht verzweifelt, aber ich weiss nicht, warum die Website auf jedem Browser normal angezeigt wird, ausser im IE...
Erstmal die CSS Datei - zumindest ein Ausschnitt:
Code
body {
font-size: 13px;
font-family: Helvetica,Arial,verdana,sans-serif;
background: url(../images/background3.jpg) fixed;
}
#Teil1 {
width: 100%;
height: 4em;
}
#Teil2 {
float: left;
width: 100%;
}
#Teil3 {
float: left;
width: 100%;
}
#Logo {
border: none;
margin: 0pt 0pt 1.2em;
width: 300px;
height:70px;
background: url(../images/logo.png);
float: left;
}
/*Farbschema aendern*/
#Farbschema {
border: none;
margin: 0pt 0pt 1.1em;
background-image: url(../images/navigation.png);
float: right;
width: 11.5em;
}
#aendern
{
color: #000000;
margin: 2px;
font-weight:normal;
}
/*Breadcrumb*/
#Breadcrumb {
border-bottom: 1px solid #000000;
background-image: url(../images/navigation.png);
text-decoration: none;
font-weight: bold;
font-size:12px;
padding: 2px;
}
#Breadcrumb a{
font-size:12px;
color:#000000;
text-decoration:none;
font-weight: bold;
}
#Breadcrumb a:hover{
font-size:12px;
color:#000000;
font-size:12px;
text-decoration:none;
background-color:#FFFFFF;
}
/*Navigation*/
#Navigation {
background-image: url(../images/navigation.png);
float: left;
width: 15em;
display:block;
text-decoration:none;
font-size:13px;
}
#Navigation a {
color:#000000;
text-decoration:none;
font-weight: bold;
font-size:13px;
}
#Navigation a:hover{
display:block;
color:#FFFFFF;
font-size:13px;
text-decoration:none;
background-color:#1D1D1D;
}
/*Inhalt*/
#Inhalt {
background: url(../images/bg2.png);
font-size: 13px;
margin: 0pt 12em 1em 16em;
padding: 0pt 1em;
}
#Inhalt a{
color:#408BD8;
/**/
text-decoration: underline;
}
#Inhalt a:hover{
color:#ffffff;
text-decoration:none;
border-bottom: 1px dashed #ffffff;
}
/*Rechte Seite*/
#RSSFeed {
margin: 0pt 0pt 1.1em;
float: right;
width: 11.5em;
display:block;
background: url(../images/navigation.png);
}
#RSSFeed a{
padding-left: 2px;
padding-right:2px;
color: #000000;
text-decoration: none;
font-size: 13px;
}
#RSSFeed a:hover{
color: #ffffff;
background-color: #000000;
text-decoration: none;
}
#Footer {
width: 30%;
border: none;
margin: 0pt 0pt 1.1em;
background: url(../images/footer.png);
font-size: 11px;
color: #B6BABD;
}
Alles anzeigen
...dann die Browserweiche - die ich mir auch sparen könnte...
PHP
<!--[if gte IE 6]>
<style type="text/css">
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template;?>/css/ie_template.css" type="text/css" />
</style>
<![endif]-->
..zu sehen gibts das ganze unter folgender Adresse - die man mit dem IE öffnen sollte..also ich finde keinen Fehler...
http://r-krause.de
Jemand ne Idee, bitte bitte !!:-(