没有样式就是最好的样式

Archive for June, 2005


给 opera 添加 go 按钮

Jun 30, 2005 Author: | Filed under: Uncategorized

就是类似 IE 的”转到” 以及 firefox 的 “Go” 按钮。

Tools/Appearance/Buttons/Browser View. From there you can drag and drop it right to where it belongs.

You’ll be a little disappointed by it though, since it’s plain-text drab, rather than colorful and graphical as in other browsers.

guoshuang+但我想,通过 opera 的 button 语法肯定可以加上图标。但不知道能不能加上自定义图片?也许需要一些做 skin 的方法…

来自:

http://my.opera.com/forums/showthread.php?s=e346261d0b26860db5c59695a23473dd&threadid=95339

[Edit on 2005-6-30 10:30:20 By guoshuang]

对象、变量同名问题

Jun 30, 2005 Author: | Filed under: Uncategorized

IE报错,ff op 不。谁能解释一下?

运行代码 [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

codingforums 的回复有二:

_Aerospace_Eng_:

You can’t use an ID more than once so its likely getting confused on what id to use.

Harry Armadillo:

IE treats every name and id as a global read-only variable that references the element with that name or id. You can’t have a global variable with the same name as an element’s name or id — your variable will be overwritten by the read-only element reference.

For the sake of backwards (and IE is very backwards) compatibilty, Firefox will allow to access elements using their id as a variable (but will show a warning in the javascript console). Defining your own global variables will overwrite that element-reference.

但似乎id并不是只读的。

运行代码 [Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]

[Edit on 2005-7-1 9:07:23 By guoshuang]

opera 8 定制 build 版本

Jun 29, 2005 Author: | Filed under: Uncategorized

下面就是我 compose 的版本。

http://composer.opera.com/composer3/

原来只有 opera 6,但可定制的功能比较多。op 8 目前可定制项目为:

版本(小)号

默认首页

窗口模式(是否显示tab)

user-agent

默认皮肤

默认书签

[Edit on 2005-6-29 14:34:57 By guoshuang]

firefox deer park不能下载的 bug

Jun 28, 2005 Author: | Filed under: Uncategorized

以下为引用内容:

22日引入的一个Bug。

Bug 298478 [Core]-Downloads fail with “..could not be saved, because the source file could not be read”


from http://www.firefox.net.cn/newforum/viewtopic.php?t=6826

guoshuang2005-06-30+据说 28日17点多的deer park已经修正了下载的bug

[Edit on 2005-7-1 14:30:44 By guoshuang]

opera 地址自动补全设置

Jun 23, 2005 Author: | Filed under: Uncategorized

在 firefox 地址栏中输入 guoshuang ,ctrl+回车 即可补全为 hxxp://www.guoshuang.com。在 IE中也可以补全为 .com.cn(或者.com)。在 opera地址栏中直接输入 guoshuang,回车,也会补全,补全的设置在

Tools > Preferences > Advanced > Network 选择 Server name completion…依次添加需要补全的地址前缀、后缀,逗号分隔。

[Edit on 2005-6-23 10:44:07 By guoshuang]

opera 网页导航操作

Jun 22, 2005 Author: | Filed under: Uncategorized

上一页|下一页

alt+左右方向键 或者 ctrl+左右方向键 或者 Z X

上一个链接|下一个链接

A Q 或者 ctrl+上下方向键,回车键打开链接

上一个表单元素|下一个表单元素

tab | shift+tab

焦点退出 form(表单)

F9

新窗口打开链接

shift+鼠标左键点击 或者 shift+回车

[Edit on 2005-6-22 10:15:09 By guoshuang]