mozilla早就不再继续开发,而取代以 seamonkey,但在 mozilla products 仍然可见 mozilla 的下载链接。但从 nightly lastest-trunk 的文件日期来看,mozilla 的确是停在了 1.7x 版本。
http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/
http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-trunk/
找到一点资料:
以下为引用内容:
SeaMonkey 1.0基本是mozilla 1.8分支的继续开发,和Firefox 1.5的gecko 引擎都是rv:1.8.0.1Mozilla基金决定不再继续Mozilla套件的开发,只维护现在稳定版的1.7分支,而将主力开发平台转移到Firefox,社区中一些志愿者不忍Mozilla套件就此停止,于是成立了SeaMonkey Council。这是一个社区驱动的组织,继续套件的开发,但因为Mozilla是Mozilla基金会的注册商标,因此用了SeaMonkey这一名字,SeaMonkey原来是Mozilla套件的代码名,而Mozilla基金也乐于见到社区继续套件开发,愿意帮助SeaMonkey Council将SeaMonkey注册为商标。
在外观上,SeaMonkey 1.0和Mozilla 1.7.x变化不大,但在设置的细节上还是有区别,如Sea Monkey可以不依赖扩展标签浏览,可以在邮件程序中直观地设置多个smtp服务器,邮件新闻组多了一个视图模式等。
By Daniel Goldman
Opera today opened its new offices in (the communist) Beijing, China.
China has more than 100 million Internet users, and the number is increasing rapidly. Over 400 million people own a mobile phone, providing a massive market potential for Opera’s browsers.
With the new Beijing office, Opera is hoping to secure a strategic foothold in the emerging Chinese market and reinforcing its partnerships with local companies. Opera already has business relationships with Chinese and China-based companies.
In February Opera opened an office in India. The Norway based Opera also has offices in Japan, Sweden, USA, and Korea.
我一开始还以为是 a:hover 直接换一张 animate gif,但不是。人家是用这张图片作背景,然后 java script 不断修改 style.backgroundPosition 而成。

效果在这里 animatedmenus
类似这样
内容为空的标签能否缩写成下面这样呢?
根据xhtml 1.0 的要求 Element Minimization and Empty Element Content不推荐这样写。
Given an empty instance of an element whose content model is not EMPTY (for example, an empty title or paragraph) do not use the minimized form (e.g. use
and not
).另外,可能还会导致浏览器错误。
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
比如这个测试页面服务器伺服成 application/xhtml+xml
这是不完整的标签伺服成 application/xhtml+xml的例子,伺服成 application/xhtml+xml 就会报错,由此知之。
结论:如果伺服成 application/xhtml+xml可以缩写,而伺服成 text/html 就会导致错误。
Using is an error if the document is served as text/html. It's equivalent to a end tag is required.
当然是 opera 9 beta,很酷!opera bug 缺点统计中很多错误都已清除。很多快捷键和功能都参考 firefox 做了修改,用起来更方便了。重要的是在 linux(ubuntu dapper 太占资源)平台,opera 9的 表现好于 firefox。
ctrl+enter 补全 www .com
f12 切换 proxy
这两个问题都已解决。
通过css发出request,下载所需图片…