如果URL 与"论坛"路径不匹配,我该如何执行规则?
例如:
RewriteCond IF URL IS NOT forums
RewriteRule !\.(js|gif|css|jpg|png)$ %{DOCUMENT_ROOT}/index.php [L]
Run Code Online (Sandbox Code Playgroud) 我在Internet Explorer的输入字段中垂直对齐文本时遇到问题.
我有:
input#search {
float:left;
font-size:11px;
height:20px;
margin:0;
padding-left:4px;
width:100px;
}
Run Code Online (Sandbox Code Playgroud)
在Firefox和Chrome中,它似乎是自动垂直对齐的,但在Internet Explorer中则不然.