Widget:HoverCard

From Unforgotten Realms Wiki
Revision as of 17:30, 25 September 2016 by imported>Pillowkeeper
Jump to navigationJump to search

<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>