prøv at kigge på dette eksempel:
Der kan man blot linke til det billede du vil have vist.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<script language="javascript" type="text/javascript">
function showBox(w,h,e,leftPos,topPos) {
box = document.getElementById("minDiv").style;
box.left = ((e.clientX) ? e.clientX:e.pageX)+15+"px";
box.top = ((e.clientY) ? e.clientY:e.pageY)-15+"px";
box.width = w + 'px';
box.height = h + 'px';
box.display = "block";
}
function hideBox(){
document.getElementById("minDiv").style.display = 'none';
}
function showURL(link){
window.minIframe.location.href = link.href;
}
</script>
<body>
<br>6. <a href="
http://www.newfashionstyle.com/images/justerer_tekst.gif" onmouseover="showURL(this);showBox(411,420,event,200,200,200);" onmouseout="hideBox()" onclick="return false;">Justerer tekst</a>
<br>7. <a href="
http://www.newfashionstyle.com/images/Din_Egen_Tekst_v2.gif" onmouseover="showURL(this);showBox(411,420,event);" onmouseout="hideBox()" onclick="return false;">Din egen tekst</a> (max. 6 linier)
<br><br>Hvis du ikke kan se ovenstående guide klik her <a target="_blank" href="
http://www.newfashionstyle.com/options_guides/">[link]</a><br><hr>
<span style="font-size:x-small;font-weight:bold;">Her kan du foretage dine valg</span> (se guiden hvis du er i tvivl)</span>
<div id="minDiv" style="position:absolute;border:2px ridge #222;display:none;overflow:hidden;"><iframe id="minIframe" name="minIframe" src="about:blank" style="width:100%;height:100%;overflow:hidden;"></iframe></div>
</body>
</html>