【发布时间】:2013-06-25 13:08:22
【问题描述】:
我对 JavaScript 很陌生。
到目前为止我的代码:
$("#Stage").css(
"background-image",
"url(BG.jpg)",
"background-attachment",
"fixed"
);
我想要做的是将背景图像设置为固定大小,因此可以说:width: 100% 和 height: 100%。
【问题讨论】:
标签: javascript jquery css size width