mardi 26 mai 2015
onmouseove-Effekt positionieren
Posted on 03:17 by verona
Hallo Zusammen,
ich hätte mal, eine wahrscheinlich einfache, Frage.
Wie bekomme ich den Mouseover-Effekt (siehe oben) bzw. das Bild positioniert? Es soll links unten angezeigt werden. Derzeit wird es entsprechend neben der Maus angezeigt.
Vielen Dank für die Hilfe.
MfG
Andreas
Anbei der Code:
ich hätte mal, eine wahrscheinlich einfache, Frage.
Wie bekomme ich den Mouseover-Effekt (siehe oben) bzw. das Bild positioniert? Es soll links unten angezeigt werden. Derzeit wird es entsprechend neben der Maus angezeigt.
Vielen Dank für die Hilfe.
MfG
Andreas
Anbei der Code:
Java Code:
-
-
<style>
-
body { /* gilt für das gesamt body tag (wer hätts gedacht) */
-
font-family: "DB Office"; /* schriftart */
-
}
-
#quotes {
-
position: absolute; /* wahlweise fixed wenn das teil mitscrollen soll */
-
right: 0;
-
bottom: 0;
-
}
-
-
-
a {
-
text-decoration: none;
-
color: black;
-
}
-
-
</style>
-
-
<script language="JavaScript">
-
-
-
-
<!--
-
-
self.moveTo(0,0)
-
self.resizeTo(screen.availWidth,screen.availHeight)
-
-
-
-
-
-
-
-
//-->
-
-
--></script>
-
-
-
-
<div style="position: absolute; left: 220px;"><div style="z-index: 0"><img alt="Deutschlandkarte" src="http://ift.tt/1cfMWAp; border="0"/>
-
-
<div style="position: absolute; left: 840px; top: 570px; z-index:1;"><img src="http://ift.tt/1IXr9fq;><figcaption><b><a href=#</a></b></figcaption></div>
-
<div style="position: absolute; left: 840px; top: 570px; z-index:2;"><img src="http://ift.tt/1IXr9fq; onmouseover="src='http://ift.tt/1cfMZfr'" onmouseout="src='http://ift.tt/1IXrbnl'"></div>
onmouseove-Effekt positionieren
Categories: onmouseove-Effekt positionieren
Inscription à :
Publier les commentaires (Atom)
0 commentaires:
Enregistrer un commentaire