/ Published in: Other
Expand |
Embed | Plain Text
<script type="text/javascript"> $(document).ready(function(){ $(window).resize(function(){ $('.className').css({ position:'absolute', left: ($(window).width() - $('.className').outerWidth())/2, top: ($(window).height() - $('.className').outerHeight())/2 }); }); // To initially run the function: $(window).resize(); }); </script>
You need to login to post a comment.
