随着win7使用者的不断扩大,开始将ie8纳入开发兼容浏览器范围"\9" 例:"margin:0px
auto\9;".这里的"\9"可以区别所有IE和FireFox."*" IE6、IE7可以识别.IE8、FireFox不能."_" IE6可以识别"_",IE7、IE8、FireFox不能..co...
分类:
Web程序 时间:
2014-06-09 00:58:44
阅读次数:
243
1.样式如下设置:Js代码 其中: opacity:0.5;适用于IE,
-moz-opacit:0.5;适用于火狐;你只需要都加上,便可以火狐和IE下都可以使用。2.指定层的高度、和宽度。Js代码3.在中加入如下代码,然后就可以看效果了:Html代码点我显示遮罩层
分类:
Web程序 时间:
2014-06-08 23:48:53
阅读次数:
422
Selenium也是一个用于Web应用程序测试的工具。Selenium测试直接运行在浏览器中,就像真正的用户在操作一样。支持的浏览器包括IE(7、8、9)、Mozilla
Firefox、Mozilla Suite等。这个工具的主要功能包括:测试与浏览器的兼容性——测试你的应用程序看是否能够很好得工...
分类:
Web程序 时间:
2014-06-08 22:29:03
阅读次数:
328
IE浏览器是当前使用人数最广的浏览器, 本文主要来讲述如何来打造我们自己特色的浏览器,
自定义工具栏按钮, 自定义网页的右击菜单, BHO技术与IE浏览器. 本文写作过程中参考不少网络上的相关资料,
我将在最后的参考资料中列出这些文章.自定义工具栏按钮我们经常看到迅雷, 网际快车(FlashGet....
分类:
其他好文 时间:
2014-06-08 20:43:32
阅读次数:
228
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You
can change the proxy with InternetSetOption method from the winine...
分类:
Web程序 时间:
2014-06-08 20:32:36
阅读次数:
308
微软webbrowser控件也就是IE插件,他的所有功能就像IE类似,当然设置也是一样的,下面介绍下webbrowser如何设置代理,可不要用这个对抗广告联盟哦You
can change the proxy with InternetSetOption method from the winine...
分类:
Web程序 时间:
2014-06-08 20:26:43
阅读次数:
298
题目
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
...
分类:
其他好文 时间:
2014-06-08 18:12:04
阅读次数:
248
题目
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and alternate between).
For example:
G...
分类:
其他好文 时间:
2014-06-08 17:29:07
阅读次数:
315
题目
Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level).
For example:
Given binary tree {3,9,20,#,#,15,7},
3
/ \...
分类:
其他好文 时间:
2014-06-08 16:38:02
阅读次数:
194
题目
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root).
For example:
Given binary tree {3,9,20...
分类:
其他好文 时间:
2014-06-08 09:23:34
阅读次数:
230