【发布时间】:2015-01-26 13:25:47
【问题描述】:
我正在使用 netbeans ide 进行编程,最近我正在添加 jqgrid 应用程序,我正在 html 的头部添加以下链接和脚本
<link rel="stylesheet" type="text/css" href="design/jquery-ui-1.9.2.custom.css"/>
<link rel="stylesheet" type="text/css" href="design/ui.jqgrid.css" />
<script type="text/javascript" src="design/jquery-1.8.3.js"></script>
<script type="text/javascript" src="design/jquery-ui-1.9.2.custom.js"></script>
<script type="text/javascript" src="design/grid.locale-en.js" ></script>
<script type="text/javascript" src="design/jquery.jqGrid.min.js" ></script>
以上链接 ui.jqgrid.css 在 netbeans 中显示错误,错误是意外的标记点,发现行如下
* html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
请指导我解决此问题
【问题讨论】:
-
会不会是像here这样更脏的问题?
-
不,这不是文件夹问题,它仅在 css 文件中显示错误