摘要: 获取地址栏信息第一种:http://www.test.com/testweb/default.aspx Request.ApplicationPath: /testweb Request.CurrentExecutionFilePath: /testweb/default.aspx Request.FilePath: /testweb/default.aspx Request.Path: /tes... 阅读全文
posted @ 2010-04-06 13:17 CoderNet 阅读(2689) 评论(0) 推荐(0) 编辑
摘要: A IMG { FILTER: gray;} A:hover IMG {FILTER:} </STYLE> <h2>默认图片是灰的鼠标放上去变亮变清晰了</h2><A href=http://www.51zjs.cn><IMG src="/UploadFile/taobao0903/love18qingerenjie_0205_510X250_... 阅读全文
posted @ 2010-04-06 12:47 CoderNet 阅读(607) 评论(0) 推荐(0) 编辑
摘要: CSS半透明滤镜在FIREFOX和IE下面的能够通用的写法,记录下来备用: CSS代码.test{ background:#000; color:white; width:200px; position:absolute; left:10px; top:10px; filter: Alpha(opacity=10); -moz-opacity:.1; opacity:0.1; }... 阅读全文
posted @ 2010-04-06 00:11 CoderNet 阅读(8360) 评论(0) 推荐(0) 编辑