Fehlt es dem body evtl. an Höhe?
Nope, also nicht in dem Sinn, in dem ich die Frage verstehe. Die Grafik ist ca. 10x10cm groß, sollte sich im Vollbildmodus also leicht ausgehen. Allerdings ist das ganze Ding, wie schon an anderer Stelle erwähnt, Teil eines Framesets.
a:link, a:active, a:visited { filter:alpha(opacity=50); opacity:0.5; }
a:hover, a:focus { filter:alpha(opacity=100); opacity:1; }IE kennt :focus nicht.
Wenn ein Selektor nicht bekannt ist, ist das entsprechende Ruleset zu ignorieren.Was passiert, wenn Du nur a:hover als Selektor benutzt?
:focus komplett weglassen? Ich hab die Dinger auch schon so aufgetrennt:
a:link { filter:alpha(opacity=50); opacity:0.5; }
a:visited { filter:alpha(opacity=50); opacity:0.5; }
a:active { filter:alpha(opacity=50); opacity:0.5; }
a:hover { filter:alpha(opacity=100); opacity:1; }
a:focus { filter:alpha(opacity=100); opacity:1; }
mit dem selben Ergebnis. Allerdings stehen die Bilder alle in einer Tabelle, macht das einen Unterschied?
cu,
Andreas