让IE6也有最小高度min-height的效果
摘要:mrjin { background:#ccc; min-height:100px; /*高度最小值设置为:100px*/ height:auto !important; /*兼容FF,IE7也支持 !important标签*/ height:100px; /*兼容ie6*/ overflow:visible;}最大宽度...主流浏览器IE对max-width是不支持的,对这一属性的设置在IE中是...
阅读全文
posted @
2009-05-31 14:04
wangbin
阅读(1779)
推荐(0) 编辑
批处理命令行CMD启动停止重启IIS的命令
摘要:批处理命令行CMD启动停止重启IIS的命令2009-04-04 22:16 启动IIS: net start iisadmin (IIS的整个服务) net start w3svc (WWW网页WEB服务) 停止IIS: net stop iisadmin /y (会自动停止www、ftp和smtp服务) 如果用的IIS自带FTP还可以执行 net start MSFtpsvc 命令来启动FTP ...
阅读全文
posted @
2009-05-05 11:21
wangbin
阅读(3178)
推荐(0) 编辑