我有一个,我想用JQuerydiv
在屏幕上居中,但它不起作用,这很奇怪,因为我用相同的方法将其他居中。divs
CSS:
#textLinks
{
text-align:center;
}
查询:
$('#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/
实际网页:http ://sosco.ir/index2.html