I want to set: background image, background size, and background repeat... How would the syntax look on here??
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);
'background:url(images/preload.gif) no-repeat ...',
– Valky Nov 28 '12 at 19:04