Hallo!
Ich baue gerade meine Homepage um (ich strebe Layout ohne Tabellen an) und habe da ein kleines Problem im IE. Opera und Firfox zeigen alles wie von mir gewollt.
Ich habe die Seite online gestellt, damit ihr euch ein Bild machen könnt (dass man die Bilder im "content" nicht sieht sollte euch nicht irritieren).
http://www.walch-online.com/Test/test.htm
Mein Problem sind die Zeilen mit den Jahreszahlen:
warum ist der Abstand zwischen 2003 bis 2006 nicht so hoch wie bei den anderen Zeilen?
CSS:
body {
background-image: url(hintergrund.jpg);
background-attachment:fixed;
font-family: Verdana, sans-serif;
font-size: 0.9em;
font-weight: normal;
color: #000000;
font-style:normal;
line-height: normal;
}
#navi {
position:fixed;
width: 10%;
float: left;
line-height: 1.3em;
}
#navioben {
font-family: Verdana, sans-serif;
font-size: 0.8em;
list-style-type: none;
margin: 0;
padding: 0;
}
#navioben a {
color: #000000;
text-decoration: none;
}
#navioben a:visited {
text-decoration: none;
color: #990000;
}
#navioben a:hover {
display: block;
font-weight: bold;
text-decoration: none;
background-color: #ecfeff;
}
#reisen {
list-style-type: none;
margin-left: 10px;
padding: 0px;
}
#reisen a {
color: #000000;
text-decoration: none;
}
#reisen a:visited {
text-decoration: none;
color: #990000;
}
#reisen a:hover {
display: block;
text-decoration: none;
background-color: #ecfeff;
}
* html ul#navioben a { /* Breitenangaben nur fuer IE */
width: 100%;
w\idth: 8.8em;
}
#content {
width: 87%;
float: right;
}
h1 {
font-family: verdana, sans-serif;
font-size: 1.3em;
font-weight: 100;
color: #990000;
}
h2 {
font-family: Verdana, sans-serif;
font-size: 0.7em;
font-weight: normal;
}
h6 {
font-family: Verdana, sans-serif;
font-size: 1.1em;
font-weight: normal;
}
a:link {
color: #000000;
text-decoration: underline
}
a:visited {
color: #990000;
text-decoration: underline
}
a:active {
color: #990000;
text-decoration: underline
}
Danke für eure Hilfe.
Ciao Heinz