Hallo,
wenn Du Dich auf http://www.fractatulum.de/neu/botanik.htm beziehst, ja, die Links sind immer noch unsichtbar. Scheint mir aber auch logisch, denn in der zugewiesenen CSS-Klasse blink steht display:none
Nein, das ist nicht logisch, die klasse "blink" formatiert nur das zeichen vor dem linktext, dass display:none; steht in der .css für alte browser, ich habe es trotzdem in "inline" geändert wobei ich nict wüsste was das bringen soll, ehrlich gesagt weis ich nicht so recht woran es hängt. Ich habe jetzt überall die farbe angegeben.
hier mal die entscheidenden Teile:
CSS:
#navi {
color: #ffffff;
background-color : transparent;
font-size : 12px;
padding-top:30px;
margin-left:6px;
font-size : 12px;
float:left;
width: 150px;
}
#navi ul {
list-style: none;
margin: 0px;
padding-left: 0px;
text-align: left;
margin-bottom:4px;
color: #ffffff;
background-color: transparent;
border: 1px solid #dfdfdf;
line-height:15px;
}
#navi li {
color: #ffffff;
background-color: transparent;
margin:0px;
}
#navi a {
color: #ffffff;background-color : transparent;text-decoration: none; display:block;padding:0px;width: 148px;
}
HTML:
<div id="navi">
<h4>text</h4>
<ul>
<li><a href="index.htm"><span class="blink">::</span>linktext</a></li>
</ul>
</div>
Um was für einen browser handelt es sich?
Weis jemand rat was da im mac los ist?
Gruss, Jan aus Dresden