デザインは こちら http://vvcap.net/db/OuxLOYioWmjIAavL5N9U.htp
これがデモです! http://designobvio.us/GoldGrid2/
IE8で実行する垂直方向および水平方向のjQueryスクリプトを取得しようとしています:
スクリプト コード
<script type="text/javascript">
$(document).ready(function(){
$(window).resize(function(){
$('.padder').css({
position:'absolute',
left: ($(window).width()
- $('.padder').outerWidth())/2,
top: ($(window).height()
- $('.padder').outerHeight())/2
});
});
// To initially run the function:
$(window).resize();
});
</script>
このスクリプトが IE8 で機能しない理由について何か考えはありますか?