Jquery Photostack plugin problems with IE -
i using photostack, https://code.google.com/p/jquery-photostack/downloads/list jquery plugin gallery on website :
http://twin-focus-photography.co.uk/recentviewer.php?&albumid=d5906ce4e2
the problem having reason ie doesnt , not showing up, works fine in chrome.
so im not sure if code or going on ?.
<script src="js/photostack/photostack.js"></script> <script> $(document).ready(function(){ $('div.images').photostack({ 'speed':400, 'float':'left', 'overlay':'false' }); }); </script> <script type="text/javascript"> $(document).ready(function() { $("body").css("display", "none"); $("body").fadein(2000); $(".recentviewerclose").click(function(event){ event.preventdefault(); linklocation = this.href; $("body").fadeout(1000, redirectpage); }); function redirectpage() { window.location = linklocation; } }); </script>
Comments
Post a Comment