很郁闷,下载了 zip文件却不能安装,难道还非要再从 www服务器上下来 一次?:(
Making the skin ready for Opera
When the skin is ready for use, you need to create a zip archive containing all skin data. The “skin.ini” file needs to be in “top level” of the skin (path should be blank or “/”). Make sure to save the file paths for all files.
Tip for Web developers! If you want to add the skin to your own homepage/Web server, and you want Opera to automatically install the skin - you can define zip-files in a catalog to have the mime-type application/x-opera-configuration-skin. If you are using an Apache Webserver, which is one of the worlds most common, you can simply add a file “.htaccess” in the directory where you put the skins, with the following line:
AddType application/x-opera-configuration-skin zip
我就奇怪,为什么 zip 格式的文件,opera怎么知道是它的皮肤呢,htm 代码中也没什么特殊记号。原来在服务器端+zip 伺服类型。
主要是找不到 opera 在 linux 下的配置文件目录。一通折腾之后,突然想起可能在 ~/.opera 目录。果然…把 zip 拷贝进去重启 oprea 即可看到新装的皮肤。
原文在此,stupid ie bug,IE bug?我懒得测试了。
* html .StupidIEMarginHack
{
margin-right: 1px;
}
* html .StupidIEWidthHack
{
width: 100%;
}
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
应该是 opera bug,当 li 元素第一个子元素 float:right 的时候,列表序号也被 float:right。
sitemap-guoshuang.asp 在opera 下序号显示有问题
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
opera 下序号跑到右边去了
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
firefox 下空格会叠加
找到一些资料:
以下为引用内容:
It also has an odd bug where, if you float the first child of an LI element to the right, it will also float the list marker to the right.I don’t know if these issues have been fixed in Opera 9TP1.
很遗憾,我的就是 opera 9 (8238),有这个问题。
guoshuang2006-04-18+ opera 9.00 Beta for linux Build 236 solved this problem.(= windows build 8367)