在Firefox显示总是有问题,用下面方法解决:
1、firefox的 !important设置。
div{
background-color: red !important;
background-color: blue;
}
IE6会用后面一个覆盖前面的,而firefox用前面一个。
通过这个属性设置Firefox的一些特别地方。

2、firefox的手形:
style="cursor:hand;" 在firefox下无效。
的用:style="cursor:pointer;"

首先在 IIS 的 Isapi 上添加这个筛选器,筛选器名称为 Rewrite ,可执行文件选择 Rewrite.dll ,重新启动 IIS。附件中 httpd.ini 已经设置好,其中内容如下: [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP RewriteRule ^...   

阅读全文

ISAPI_Rewrite是一个强大的基于正则表达式的URL处理引擎。它非常类似于Apache's mod_Rewrite,但它是专为IIS设计的。 ISAPI_Rewrite有两个版本:ISAPI_Rewrite Full与ISAPI_Rewrite Lite。 ISAPI_Rewrite Lite是免费版本,但不支持反向代理功能。 ISAPI_Rewrite Full只能下载到30天的试用版本。 首先到 http://www.helicontech.com/download/  ...   

阅读全文

  今天输入一个域名自动跳转到这么个页面: net.net - One of the Internet's premiere addresses 显示是:blank 看来下代码,还有google的统计代码,好奇。页面代码如下: <html>  <head>   <title>net.net - One of the Internet's premiere addresses</title>   <meta name="keywo...   

阅读全文

IIS里FTP多用户设置,终于不用Serv-U了,很方便 ntfs格式下: 1.建立一个用户隔离的FTP(删掉原来的,然后点右键新建,一路下去,有个用户隔离) 2.设置FTP根:比如 d:\FTP 3.加权限,如果用户没有这个目录的访问权限是不行的如:user1,user2 4.记住这里,多用户下,用户目录要放在FTP根目录的LocalUser目录下面,并以用户名为目录.如:ftp\LocalUser\user1 例名:若名用...   

阅读全文

    网站更新改版,更新中。