Also Mootips in Verbindung mit Slimbox funktioniert hier auch nicht :(.
Header:
Code
<script type="text/javascript" src="[URL]http://www....de/wp-content/plugins/slimbox/mootools.v1.11.js[/URL]"></script>
<script type="text/javascript" src="[URL]http://www....de/wp-content/plugins/slimbox/slimbox.js[/URL]"></script>
<script type="text/javascript"> var Tips3 = new Tips($$('.Tips3'), { showDelay: 400, hideDelay: 400, fixed: true });</script>
<link rel="stylesheet" href="[URL="http://www.unrated.de/wp-content/plugins/mootips/moo.css"]http://www....de/wp-content/plugins/mootips/moo.css[/URL]" type="text/css" />
Page:
Code
<a href="[URL]http://www.....de[/URL]" onclick="return false;" class="Tips3" title="Test Mootips">Mootips</a>
Moo.css hab ich selber angelegt, mit folgendem Inhalt:
Code
.tool-tip {
color: #fff;
width: 139px;
z-index: 13000;
}
.tool-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #9FD4FF;
padding: 8px 8px 4px;
background: url([URL="http://www.unrated.de/DSCF04261.JPG"]Bubble.JPG[/URL]) top left;
}
.tool-text {
font-size: 11px;
padding: 4px 8px 8px;
background: url([URL="http://www.unrated.de/DSCF04261.JPG"]Bubble.JPG[/URL]) bottom right;
}
.custom-tip {
color: #000;
width: 130px;
z-index: 13000;
}
.custom-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #3E4F14;
padding: 8px 8px 4px;
background: #C3DF7D;
border-bottom: 1px solid #B5CF74;
}
.custom-text {
font-size: 11px;
padding: 4px 8px 8px;
background: #CFDFA7;
}
Alles anzeigen
Hab es zusätzlich mit dem Footer versucht, was aber nichts gebracht hat.