Hallo,
ich habe festgestellt das die Anzeige im IE8 fehler hat.
also hab ich in der index.php folgendes eingebaut:
<!--[if lte IE 6]>
<link href="templates/<?php echo $this->template ?>/css/ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 7]>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if lte IE 8]>
<link href="templates/<?php echo $this->template ?>/css/ie8.css" rel="stylesheet" type="text/css" />
<![endif]-->
die jeweilige iex.css hab ich erstellt und in der ie8.css steht folgendes:
div#maincolumn_full {
float: left;
width: 674px;
margin: 0;
padding: 0 10px;
}
div.module_menu div div, div.module div div {
padding:5 0 15 5px;
}
#newsflash div.module div div div, #newsflash_long div.module div div div {
color:#AAAAAA;
font-size:11px;
text-align:justify;
}
div.module_menu div div div, div.module div div div {
margin:5 10px;
padding:10 10 10 15px;
}
#newsflash div.module div div div table.contentpaneopen, #newsflash_long div.module div div div table.contentpaneopen {
margin:6px 28px 0 3px;
}
h3, .componentheading, table.moduletable th, legend {
color:#88611D;
font-family:Tahoma,Arial,sans-serif;
font-size:14px;
margin:5;
padding:5;
text-align:left;
}
#leftcolumn, #rightcolumn {
float:left;
margin:0;
padding:0 10 10px;
text-align:left;
width:184px;
}
aber die änderungen die ich in der ie8.css mache wirken sich nich aus.
vielleicht kann mir jemand auf die sprünge helfen...
danke
eon


LinkBack URL
About LinkBacks
Zitieren


Lesezeichen