java - 不匹配的属性值(| | 自动 | [初始 | 继承 | 未设置 | 还原])

标签 java jsp

我在我的项目中出错,但我找不到为什么会出错:

Mismatched property value ( | | auto | [initial | inherit | unset | revert]) less... (⌘F1)

This inspection detects illegal property's values.
Mismatched property value ([[ | ] && [border-box | content-box]?] | available | -moz-available | min-content | -moz-min-content | max-content | -moz-max-content | fit-content | -moz-fit-content | auto | [initial | inherit | unset | revert]) less... (⌘F1)

This inspection detects illegal property's values.

enter image description here

错在哪里?我认为我的代码没有问题。

我的作品如下:

<%@ page language="java"  pageEncoding="UTF-8"%>

<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<LINK href="${pageContext.request.contextPath}/css/buttonstyle.css" type="text/css" rel="stylesheet">
<LINK href="${pageContext.request.contextPath}/css/MainPage.css" type="text/css" rel="stylesheet">
<script type='text/javascript' src='${pageContext.request.contextPath}/script/pub.js'></script>
<script type="text/javascript" src='${pageContext.request.contextPath}/script/validate.js'></script>
<SCRIPT type="text/javascript">
function ini(){
   document.all.name.focus();
}
function check(){
    var theForm = document.forms[0];
    if(Trim(theForm.name.value)==""){
            alert("type in the username");
            theForm.name.focus();
            return false;
        }
    theForm.submit();
    return true; 
}
function checkNumberImage(){
    var imageNumber = document.getElementById("imageNumber");
    imageNumber.src = "${pageContext.request.contextPath}/image.jsp?timestamp="+new Date().getTime();
}
function checkFunction(){
    return check();
}
</SCRIPT>
<STYLE type=text/css>
BODY { margin: 0px; }
FORM {
    MARGIN: 0px; BACKGROUND-COLOR: #ffffff
} 
</STYLE>
<title>elec title</title>
</head>
<body onload="ini()">
<form action="${pageContext.request.contextPath}/menu/home.jsp" method="post" target="_top">
<table border="0" width="100%" id="table1" height="532" cellspacing="0" cellpadding="0" >
    <tr>
        <td> </td>
    </tr>
    <tr>
        <td height="467">
        <table border="0" width="1024" id="table2" height="415" cellspacing="0" cellpadding="0" >
        <br><br><br><br><br>
            <tr>
                <td width=12%></td>
                <td align=center background="${pageContext.request.contextPath}/images/index.jpg">
                <table border="0" width="98%" id="table3" height="412" cellspacing="0" cellpadding="0">
                    <tr height=122>
                        <td colspan=2></td>
                    </tr>
                    <tr>
                        <td height="313" width="73%"></td>
                        <td height="99" width="27%">
                            <table border="0" width="70%" id="table4">
                                <tr>
                                    <td width="100"><img border="0" src="${pageContext.request.contextPath}/images/yonghu.jpg" width="75" height="20"></td>
                                    <td><input type="text" name="name" style="width: 125 px" size="20" value=""  maxlength="25"></td>

                                </tr>
                                <tr>
                                    <td width="100"><img border="0" src="${pageContext.request.contextPath}/images/mima.jpg" width="75" height="20"></td>
                                    <td><input type="password" name="password" style="width: 125 px" size="20" value=""  maxlength="25"></td>

                                </tr>

                                <tr>
                                    <td width="100"></td>
                                    <td width="100"><input type="button" class=btn_mouseout onmouseover="this.className='btn_mouseover'" onmouseout="this.className='btn_mouseout'" value="login" name="huifubtn" onclick="checkFunction()"></td>

                                </tr>
                            </table>
                        </td>
                    </tr>

                    </table>
                </td>
                <td width=13%></td>
            </tr>
            <tr>
              <td align="center" colspan=3>&nbsp;</td>
            </tr>
        </table>
        </td>
    </tr>
</table>
</form>
</body>
</html>

最佳答案

我看到你的代码是:

<td><input type="password" name="password" style="width: 125 px" size="20" value=""  maxlength="25"></td>

你应该注意 css 值应该是连续的: 125px 不应该有空间。

关于java - 不匹配的属性值(| | 自动 | [初始 | 继承 | 未设置 | 还原]),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43198093/

相关文章:

java - jp2launcher.exe 不会随着小程序关闭而退出

java - SQLite数据库问题未在数据库中插入数据

java - 如何将 html/javascript 值发送到 sql 并将其返回到 jsp 中的同一页面?

java - 在同一个JSP网页上包含JfreeChart图表和计算结果

java ee spring错误

java - 如果设备将参数作为 .asp 发送到 apache tomcat 服务器,我想在 jsp 页面上访问这些参数

Java - 区分ZIP文件和CSV文件

java - 使用 system.out.println 打印包含 int 值的数组

Java 合并两个映射

javascript - 在不同的div中显示不同的网页