嗨,新朋友,很高兴认识你,欢迎来到我的博客。
存档于 九月, 2013

td中img的高度(height)问题

问题描述: 使用table布局,td包含img标签,如果遇到td的高度自动拉高。 那么可能是 img后面包含空白字符引起的。 解决办法: 1. 把空白字符去掉或者设置line-height:1px。如果没有空白字符,试试办法2 2. img{display:block;}  /*亲...

JS(javascript)获取屏幕高度

var s = ""; s += " 网页可见区域宽:"+   document.body.clientWidth; s += " 网页可见区域高:"+   document.body.clientHeight; s += " 网页可见区域宽:"+   document.body.offsetWidth     +"   (包括边线和滚动条的宽)"; s += "...

yii-iis6.0伪静态,隐藏index.php(ISAPI_rewrite)

1.第一种 [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 RewriteEngine On #伪静态规则 RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*...