没有样式就是最好的样式

Archive for July, 2005


opera 按钮的问题

Jul 16, 2005 Author: | Filed under: Uncategorized

想写个简单的效果,没想到遇到这么多麻烦…

每次点击按钮会向上跳动!奇怪!

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

另:firefox onscroll 事件不响应鼠标滚轮?

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

网页中没有办法以HSB方式控制颜色,还是flash(有HSB控制) 好啊,而且也不用考虑跨平台浏览器的问题,只要浏览器能跑 flashplayer即可…那些狂喊ajax 的家伙是不是该反省一下为什么进入flash AS的家伙们不出来搞 js css 这些,反倒是外面的人经常冲进flash 搞定一些事情。:(

BTW:网页新标准,AJAX的大思路人人都知道,很多细节的例子也都有,但是想拼成一个相对完整的东东,想精确控制页面元素,遇到的问题N大堆…真不知道,狂喊新技术的人们有几个人去真正尝试做一些完整的东西?

[Edit on 2005-7-16 10:28:47 By guoshuang]

修改 firefox 地址栏字体大小

Jul 13, 2005 Author: | Filed under: Uncategorized
以下为引用内容:

1=>”userChrome.css” 在您的配置文件夹(一般在 %userprofile%Application DataMozillaFirefoxProfiles)的”chrome”子目录中。默认存在一个名叫”userChrome- example.css”的范例文件。

只要重命名文件去掉”-example”。

2=>然后用文本编辑工具,编辑userChrome.css,在文件末尾添加如下代码

代码:

#urlbar { font-size: 9px !important; }

3=>保存userChrome.css,重启Firefox


来自 fiag 的回复:

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

js 开关?

Jul 10, 2005 Author: | Filed under: Uncategorized

popoever 写的.有意思的是后面这个 return false 以前我倒是没有想到…(对下面这种代码运行框而言.一般链接会导致页面跳转…)

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

[Edit on 2005-7-10 10:34:58 By guoshuang]
[Edit on 2005-7-11 13:36:58 By guoshuang]

marquee 嵌套

Jul 10, 2005 Author: | Filed under: Uncategorized

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

来自:

http://www.cnbruce.com/blog/showlog.asp?cat_id=5&log_id=651

opera 右键菜单添加 feeds 子菜单

Jul 8, 2005 Author: | Filed under: Uncategorized
以下为引用内容:

To do it open preferences and click on advanced, then from the menu on the left click on toobars. Next click on duplicate to the right of the menu item.

Next click on help|about opera and find the location of your profile directory, open this folder and browse to the menu folder, open the .ini file (standard_menu(1).ini) with notepad.


Search for the following

code:

[Document Popup Menu]

and add the following to it

code:

Feature Feeds, Submenu, 70491, Browser Feeds Menu

from:

http://my.opera.com/forums/showthread.php?s=74b8120424fbd285338b0c12c1bb7a80&threadid=96085&highlight=search+with

[Edit on 2005-7-8 9:19:49 By guoshuang]

opera 右键 search with 菜单在新窗口打开

Jul 8, 2005 Author: | Filed under: Uncategorized

oprea 右键搜索结果在新窗口打开

firefox 中 “Search Web for …” 默认就是新开标签(tab)页显示 google 搜索结果。

opera 则是在当前页转到 google 搜索结果,可我经常希望“当前页不动,在新页显示搜索结果”!

解决方法有二:

1.选择 search with 菜单的时候,按住 shift 键,即可打开新页面显示结果。 shift+ctrl 在后台打开搜索结果。

2.也可以通过设置,一劳永逸的解决这个问题。打开 Tools - Preferences - Advanced - Browsing,取消 Reuse existing page 的勾选。

另:Open new page next to active 设置新页面在当前页面旁(右)边打开。

说明:在 maxthon firefox 中的 tab 一般翻译为“标签页”。opera 则称之为 page,我称之为“新页面”。二者非常象,你可以理解是一回事,但 opera 的 page 包含更多的特性。

[Edit on 2005-11-3 16:33:01 By guoshuang]