I’m trying to center an appended div, however I keep on getting this error:
SyntaxError: missing : after property id
specifically after the 10).
Here’s my code:
$("#infobox").css({marginTop:parseInt(($("#content").height() / 2) -("#infobox").height() / 2), 10) + 'px'});
I tried doing 10); but haven’t gotten rid of it.
Thanks!
Try: