随笔分类 - CSS
摘要:jQuery Customboxhttp://www.jqueryfuns.com/resource/view/27
阅读全文
摘要:@Html.TextBox("txtIDNumber", "", new { @class = "l-text required idnumber", style = "width: 186px ;" })
阅读全文
摘要:@Html.TextBox("User", "", new { maxlength = 10 }); //限制 text 的最大输入字符数为 10个@Html.TextBox("users","",new {@class="l-text",style="width:186px;"}) //...
阅读全文
摘要:訊息 1 驗證 (XHTML 1.0 Transitional): 系統將 'font' 視為過期舊式的項目。建議使用較新的建構。 代码很简单就这么一句: <font color="red">sign in</font>修改成用样式处理后解决:<span style="color:Red;">sign in</span>
阅读全文