11 2008 档案
恢复(设置)IE为默认浏览器
摘要:打开注册表编辑器,找到 HKEY_CLASSES_ROOT\http\shell\open\command 将右侧的“默认”键的值设置为 "C:\Program Files\Internet Explorer\iexplore.exe" -nohome 关闭注册表并重起IE即可。 如果没有奏效,则打开IE,在IE“工具(T)”菜单--“Interner选项”--“程序”选项卡里,“重置W... 阅读全文
posted @ 2008-11-25 13:03 freexiaoyu 阅读(543) 评论(0) 推荐(0)
HTML中禁用按钮
摘要: 阅读全文
posted @ 2008-11-21 16:41 freexiaoyu 阅读(2873) 评论(0) 推荐(0)
li多出剖分以省略号显示
摘要:li { width:200px; -o-text-overflow:ellipsis; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; } 阅读全文
posted @ 2008-11-03 14:49 freexiaoyu 阅读(233) 评论(0) 推荐(0)