JQueryを使用してdiv
画面の中央に配置したいのですが、機能しません。同じ方法で他の中央に配置したため、うまくいきません。divs
CSS:
#textLinks
{
text-align:center;
}
JQuery:
$('#textLinks').css({
position: 'absolute',
left: ($(window).width()/2 - $('#textLinks').outerWidth()/2),
top: ($(window).height()/2 + $('#ShapesWrapper').outerHeight()/2)
});
JSFiddleリンク: http://jsfiddle.net/j08691/8tvs8/9/
実際の Web ページ: http://sosco.ir/index2.html