M
Maik
Hi,
mit den folgenden Regeländerungen und -erweiterungen werden die Darstellungsfehler im IE gefixt:
mit den folgenden Regeländerungen und -erweiterungen werden die Darstellungsfehler im IE gefixt:
Code:
#topNews_1 {
height:177px;
width:114px;
text-align:left;
/*margin-left:auto;*/ /* auskommentiert = deaktiviert */
/*margin-right:auto;*/ /* auskommentiert = deaktiviert */
margin-right:0 !important; /* Für moderne Browser */
margin-right:-3px; /* 3px-Gap-Bug im IE */
float:left;
background-image:url('http://news.technobase.eu/topnews/ontop_2.png');
display:block
}
#topNews_2 {
height:177px;
width:114px;
text-align:left;
/*margin-left:auto;*/ /* auskommentiert = deaktiviert */
/*margin-right:auto;*/ /* auskommentiert = deaktiviert */
margin-right:0 !important; /* Für moderne Browser */
margin-right:-3px; /* 3px-Gap-Bug im IE */
float:left;
background-image:url('http://news.technobase.eu/topnews/ontop_4.png');
display:block
}
#topNews_3 {
height:177px;
width:113px;
text-align:left;
/*margin-left:auto;*/ /* auskommentiert = deaktiviert */
/*margin-right:auto;*/ /* auskommentiert = deaktiviert */
margin-right:0 !important; /* Für moderne Browser */
margin-right:-3px; /* 3px-Gap-Bug im IE */
float:left;
background-image:url('http://news.technobase.eu/topnews/ontop_6.png');
display:block
}
#LoginHead {
height:8px;
text-align:center;
margin-left:auto;
margin-right:auto;
width:157px;
background-image:url('http://wsm.technobase.eu/login_head.gif');
overflow:hidden;
}
#LoginFoot {
height:7px;
text-align:center;
margin-left:auto;
margin-right:auto;
width:157px;
background-image:url('http://wsm.technobase.eu/login_foot.gif');
overflow:hidden;
}
#CounterHead {
height:10px;
width:153px;
text-align:center;
margin-left:auto;
margin-right:auto;
background-image:url('http://wsm.technobase.eu/ct_head.jpg');
overflow:hidden;
}
#CounterFoot {
height:11px;
width:153px;
text-align:center;
margin-left:auto;
margin-right:auto;
background-image:url('http://wsm.technobase.eu/ct_foot.jpg');
overflow:hidden;
}