ja in allen modernen Browsern läufts, hab sogar anpassung für Safari, aber wer meckert mal wieder ? Genau! IE -.-
Oben rechts mit Maus über STREAM ONLINE Image:
http://animevision.de
Dann sollte ein mouseover erscheinen. Dies geht mit dem IE 8 leider nicht.
Code:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
echo "<style type="text/css">";
echo "a.tip {position: relative;}";
echo "a.tip span {display: none; position: absolute; top: 25px; left: -91px; width: 250px; padding: 5px; z-index: 100; background-color: #000000; opacity: 0.7; color: #ffffff; -moz-border-radius: 10px; -webkit-border-radius: 10px;}";
echo "a:hover.tip {font-size: 99%;}";
echo "a:hover.tip span {display: inline;}";
echo "</style>";
echo "<a href="#" class="tip" >bild blaa blaa<span>text im tooltip</span></a>";
|
was is da falsch >.< Ich find nix.....