guoshuang2007-12-05+opera skin 包下载 这里有我喜欢的 skin 打包下载
奇怪,很多难看的skin占据着 popular,editor select,top rated,而 m2 optimize 居然在很后的地方…
Vistera v3

http://my.opera.com/community/customize/comments.dml?id=3249
Opera Standard M2 optimized
opera 默认皮肤的优化版本,看起来更自然。

http://my.opera.com/community/customize/comments.dml?id=2396
Tango CL

用Tango 图标做的。
http://my.opera.com/community/customize/skins/?search=tango
likeIE

http://my.opera.com/community/customize/skins/info/?id=3784
Netscape Modern

http://my.opera.com/community/customize/skins/info/?id=160
Mirage Beta

cibernaut号称是 Tomorrow’s Browser Today,有如下功能
Self-Evolving Security
Personal Search Engine
Page Auto-Submission
Block Pop-up windows
Build thumbnail galleries
Html File manager
JPG and Zip compressor
大概看了一下,似乎嵌入的是ie,而且功能也比较混乱。个人觉得没什么太多的新意,前景不大。
str="guoshuang";
str=str.link("http://blog.guoshuang.com");
document.write(str);
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
函数(第一行)
输出html代码(第二行)
str.anchor(”anchor1″)
str.big()
this is a string
str.blink()
str.bold()
this is a string
str.fixed()
this is a string
str.fontcolor(”darkred”)
this is a string
str.fontsize(5)
this is a string
str.italics()
this is a string
str.link(”index.html”)
str.small()
this is a string
str.strike()
this is a string
str.sub()
this is a string
str.sup()
this is a string
str.toLowerCase()
this is a string
str.toUpperCase()
THIS IS A STRING

firefox 的链接有时会产生难看的虚线(比如这个blog的vote),sonspring说是因为负值的 text-indent 的缘故,可我怎么觉得是因为 block元素外面没有被限制的原因。
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
可以使用 outline:none 来消除点击链接时的虚线,如
aaa bb
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
记得原来IE使用这两种方法消除链接虚线
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
相关:
http://codylindley.com/Javascript/223/hiding-the-browsers-focus-borders-should-i-shouldnt-i
http://sonspring.com/journal/removing-dotted-links
http://www.wannabrowser.com/index.html
eval 不能拿到实时内容,set可以,直接变量名也可以。
flash 第一桢as
XML.prototype.ignoreWhite = true;
var loginReplyXML:XML = new XML();
loginReplyXML.load(”1.xml”)
loginReplyXML.onLoad = function(success:Boolean) {
if (success) {
//处理开始
fblue=this.firstChild.firstChild.firstChild.nodeValue;
ids=this.childNodes[0].childNodes.length
for(i=0;i { cid = this.childNodes[0].childNodes.firstChild.nodeName; cvalue = this.childNodes[0].childNodes.firstChild.firstChild.nodeValue set(cid,cvalue); //eval(cid).text=cvalue; //就是这句与上面set 的区别 } //处理结束 } else { trace(”an error occurred.”); } }; 1.xml 内容