
ie兼容
文章平均质量分 66
ChesterQin
improve step by step
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
png在ie6下的显示问题
png中的透明部分在ie7下透明,在ie6下会被显示位填充色; 解决方法:步骤一:HTML我们可以先创建一个HTML文件,然后添加一个类名为”vehicles”的空div。步骤二:样式表下面来创建一个名为style.css的样式表并添加以下代码:body { background: url(body-bg.jpg); /* 添加基本背景原创 2009-04-13 11:24:00 · 694 阅读 · 0 评论 -
Preview image in client by JavaScript when upload image in multi-browsers
how to preview image in client by JavaScript when upload image in multi-browsers. It works well in IE6/IE7/IE8/FireFox3.*/Safari4/Chrome3. I think it is worth to you, please take a look.Attached i原创 2010-01-28 23:27:00 · 4368 阅读 · 1 评论 -
some note about js
1. return false in js event function attached to a when it have a href link to another page, the return false dose not work in FFit is not the reason elms[i].onclick = function(){原创 2009-12-17 17:26:00 · 599 阅读 · 0 评论 -
How to preview local image using JS in IE6, IE7, FF3.*
For some security reson new version browser cannot use js to preview local img when use file upload control, it is not convinence for user.if you want preview local image using JS in IE6, IE7,原创 2009-12-28 12:27:00 · 1069 阅读 · 0 评论