Chriss: Seitenanzeige offline und online unterschiedlich - IE8

Beitrag lesen

Das Auffälligste ist wie gesagt, ein Menü, welches im Block formatiert ist. Der Zeilenabstand ist online größer als offline. So sieht der css-code aus:

[code lang=css]
#header {
text-align:left;
padding-bottom:8px; /*für ie*/
top:0px;
right:3px;
height:140px;
width: 190px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
 }

#header ul#headernav li  {
margin-bottom:5px;
letter-spacing: 3px;
font-size: 11px;
font: normal 11px Verdana, Georgia, Sans-serif;
display: block;
list-style: none;
 }

*html #header ul#headernav li  {
margin-bottom:2px;
 }

#header ul#headernav a {
padding-right:3px;
color:#000;
 }

#header ul#headernav a:hover {
color: #666;
 }

#header ul#headernav li span a {
letter-spacing: 3px;
font-weight:bold;
color: #000;
padding-left:0px;
/*background: url("../images/pfeillang.png") no-repeat;*/
 }
Gruß
Chriss