我正在创建一个改变背景的按钮,但我有点卡住了。我走得足够远了,我有主要的功能,但背景不是全屏的。我不知道如何让它回到全屏。
<html <?php echo "STYLE='background: url(".$back.") no-repeat center center fixed; width: 100%;'";?> >
和html中的一些css。
html {
background: url(../pic/back2.jpg) no-repeat center center fixed;
-web
基本上,标题是这样写的:
这种情况必须在没有提交按钮的情况下发生。这就是我所得到的,但我不知道该怎么做:
视图
<% using (Html.BeginForm("UpdateReleaseState", "Articles", new{reference=Model.Reference, CheckboxState=true})) {%>
<%=Html.CheckBox("CheckboxState", Model.DoNotCheckReleaseState)%> Do not