Hi Patrick,
success. Jedoch kleine Feinheiten notwendig. Aber funzt.
/* In CSS */
img {
border:none;
}
#Arepas {
color: #C7BA87;
font-size: 13px;
font-family: Comic Sans MS;
font-weight:bold;
}
#Arepas div {display:none;}
#Arepas:hover div {
display:block;
width:150px;
position:absolute; top:50px; left:50px;
}
/* In HTML */
<div id="Arepas">Empanadas,
<div>
<p>
<img src="#" width="270" height="129" alt="">
</p>
</div>
</div>
Gruß
wannabe / Mark