erwin
小狐狸
小狐狸
  • UID11240
  • 注册日期2006-01-21
  • 最后登录2006-01-26
  • 发帖数6
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:3852回复:6

关于 Fusion(在地址栏显示进度条) 〔发现新的问题〕

楼主#
更多 发布于:2006-01-21 14:00
先向各位问好
去原作者的网页看了帮助文件
内容如下“
sdrummer44, in your UserChrome.css file make sure the image you're pointing the       "#urlbar-progressmeter > .progress-bar { background-image: url(image_name.gif) !important }"          


line to is in the same folder as the UserChrome.css file. So for example let's say your line says        "#urlbar-progressmeter > .progress-bar { background-image: url(bar.gif) !important }",              then the image "bar.gif" should be in the same folder as UserChrome.css. Then it should work, it does for me.

Also, great extension, I love it.”

他说加语句到userChrome.css 即可,我的\firefox\defaults\profile\chrome、里面没有这个文件,示范文件就有,我自己就新建了userChrome.css文件。里面就加上了该语句,图片链接也做好。保存。(ps,保存应该用ctf-8 没错吧?)

但就是没有效果耶~~

〔最后我参阅了https://www.firefox.net.cn/newforum/viewtopic.php?p=46292

未果〕。 使用 firefox 1.5,默认主题
erwin
小狐狸
小狐狸
  • UID11240
  • 注册日期2006-01-21
  • 最后登录2006-01-26
  • 发帖数6
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2006-01-21 14:00
     

各位~!小弟已经自己解决了!
原来不是改安装目录下的userChrome.css
而是改系统盘下 :C:\Documents and Settings\用户名\Application Data\Mozilla\Firefox\Profiles\随机数字英文组合.default\chrome\下的userChrome.css~!!

这个问题论坛一直没有人提出过,只是提到userChrome.css而没讲路径。不少新人因此走了弯路。不过也增长了知识·~!

希望我的自言自语问题贴对新人有帮助。
听涛看海
千年狐狸
千年狐狸
  • UID190
  • 注册日期2004-11-26
  • 最后登录2012-10-12
  • 发帖数1567
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2006-01-21 14:00
C:\Documents and Settings\用户名\Application Data\Mozilla\Firefox\Profiles\随机数字英文组合.default\这个就是个人配置文件夹

你所有的扩展、书签、设置都保存在这里。
erwin
小狐狸
小狐狸
  • UID11240
  • 注册日期2006-01-21
  • 最后登录2006-01-26
  • 发帖数6
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
3楼#
发布于:2006-01-21 14:00
Styling
Fission can be easily styled through userChrome.css:
Code:
/* Different background color and some margin */
#statusbar-icon > .progress-bar {
   background-color: #B6BDD2 !important;
   margin: 2px !important;
}

设置底色
Code:
/* Icon-style progress bar (small progress bar close to the Secure site and Feed icons) */
#urlbar {
   -moz-binding: url(chrome://global/content/bindings/autocomplete.xml#autocomplete) !important;
}
#statusbar-icon {
   -moz-appearance: progressbar !important;
}
#statusbar-icon > .progress-bar {
   -moz-appearance: progresschunk !important;
}

Code:
/* Transparent background for better theme compatibility */
#statusbar-icon > .progress-bar {
   background-color: transparent !important;
}

透明的背景对其他主题有更好的兼容性
erwin
小狐狸
小狐狸
  • UID11240
  • 注册日期2006-01-21
  • 最后登录2006-01-26
  • 发帖数6
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
4楼#
发布于:2006-01-21 14:00
如何更改遮盖层的大小?
这次真的没辙了。
Fantasy
火狐狸
火狐狸
  • UID10416
  • 注册日期2005-12-07
  • 最后登录2016-01-06
  • 发帖数171
  • 经验77枚
  • 威望0点
  • 贡献值30点
  • 好评度3点
  • 社区居民
  • 忠实会员
5楼#
发布于:2006-01-21 14:00
每次用这个 地址栏最前面的网站标志都会被压的扁扁 所以就不用了-_-!
erwin
小狐狸
小狐狸
  • UID11240
  • 注册日期2006-01-21
  • 最后登录2006-01-26
  • 发帖数6
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
6楼#
发布于:2006-01-21 14:00
有人可以帮助一下我吗/?
游客

返回顶部