設定したい: 背景画像、背景サイズ、および背景の繰り返し...ここで構文はどのように見えますか??
qLpercentage = $("<div id='qLpercentage'></div>").text("0%").css({
height: "40px",
width: "100px",
position: "absolute",
background: 'url(images/preload.gif)',
fontSize: "3em",
top: "50%",
left: "50%",
color: "#FFFFFF",
marginTop: "-" + (59 + qLoptions.barHeight) + "px",
textAlign: "center",
marginLeft: "-50px",
}).appendTo(qLoverlay);