Widget:HoverCard
From Unforgotten Realms Wiki
<style> .box {
display:none;
position: absolute;
z-index: +100;
left: 50px;
}
a:hover + .box {
display:block;
} </style> <a href="http://live.urealms.com/cards#accessory-00025-bagofbones">Bag of Bones</a>
<iframe src="http://live.urealms.com/cards#accessory-00025-bagofbones" id="card" width = "450px" height = "500px"> </iframe>
<script> var myIframe = document.getElementById('card'); myIframe.onload = function () {
myIframe.contentWindow.scrollTo(0,100);
} </script>


