我正在尝试将附加的 div 居中,但是我不断收到此错误:
语法错误:缺少:属性 id 之后
特别是在10)
. 这是我的代码:
$("#infobox").css({marginTop:parseInt(($("#content").height() / 2) -("#infobox").height() / 2), 10) + 'px'});
我试过做10);
,但还没有摆脱它。
谢谢!
我正在尝试将附加的 div 居中,但是我不断收到此错误:
语法错误:缺少:属性 id 之后
特别是在10)
. 这是我的代码:
$("#infobox").css({marginTop:parseInt(($("#content").height() / 2) -("#infobox").height() / 2), 10) + 'px'});
我试过做10);
,但还没有摆脱它。
谢谢!