jiahuiqu
火狐狸
火狐狸
  • UID32722
  • 注册日期2010-05-03
  • 最后登录2012-10-09
  • 发帖数218
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
15楼#
发布于:2010-10-19 04:08
idragonet:看看:我这里是状态栏在查找栏上哦。。。。回到原帖




那你的CSS里可能有这段:

#browser-bottombox {
      position: fixed;
      bottom: -1px;
     lift: -1px;  
background:transparent !important;
}  



我的加上这个就好了,顺便把显示时间改了一下,楼主的有点慢,以下是完整CSS:


/*附加组件栏*/
#browser-bottombox {
      position: fixed;
      bottom: -1px;
     lift: -1px;  
background:transparent !important;

    }  

#addon-bar {
  position: fixed;
  bottom: -22px;
  right: 1px;
  border: 0 !important;
  -moz-appearance: none !important;
  -moz-transition: bottom .1s .2s ease-in;
  padding-top: 22px !important;
}


#addon-bar:hover {
 bottom: 0;
 -moz-transition: bottom .2s .1s ease-out;
}

#main-window[sizemode="maximized"] #addon-bar {
  right: 0;
}

#addon-bar > #status-bar {
  margin: 0 !important;
  padding: 0 2px 0 2px;
  border-radius: 4px 0 0 0;
  border: 0 !important;
  border-left: 1px solid rgba(0,0,0,.25) !important;
  border-top: 1px solid rgba(0,0,0,.25) !important;
  background-color: rgb(207, 219, 236) !important;
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
}
gkpz
小狐狸
小狐狸
  • UID25223
  • 注册日期2008-07-03
  • 最后登录2018-06-26
  • 发帖数32
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
  • 忠实会员
16楼#
发布于:2010-10-19 04:08
idragonet:看看:我这里是状态栏在查找栏上哦。。。。回到原帖

系统不同,FF版本不同?
idragonet
千年狐狸
千年狐狸
  • UID15658
  • 注册日期2006-11-12
  • 最后登录2017-11-15
  • 发帖数2642
  • 经验162枚
  • 威望1点
  • 贡献值74点
  • 好评度118点
  • 社区居民
17楼#
发布于:2010-10-19 04:08
gkpz
系统不同,FF版本不同?
回到原帖


我的是Firefox 4最新每小时版本在WIN XP下。

我用的完整脚本代码:
/*脚本better addon-bar, 只显示扩展栏中的状态栏,并且自动隐藏*/
#addon-bar {
  position: fixed;
  bottom: -22px;
  right: 1px;
  border: 0 !important;
  -moz-appearance: none !important;
-moz-transition: bottom .1s .2s ease-in;  /*状态栏消失的速度*/
  padding-top: 22px !important;
}


#addon-bar:hover {
 bottom: 0;
 -moz-transition: bottom .5s .4s ease-out;  /*状态栏显示的速度*/
}

#main-window[sizemode="maximized"] #addon-bar {
  right: 0;
}

#addon-bar > #status-bar {
  margin: 0 !important;
  padding: 0 2px 0 2px;
  border-radius: 4px 0 0 0;
  border: 0 !important;
  border-left: 1px solid rgba(0,0,0,.25) !important;
  border-top: 1px solid rgba(0,0,0,.25) !important;
  background-color: rgb(207, 219, 236) !important;
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
}
gkpz
小狐狸
小狐狸
  • UID25223
  • 注册日期2008-07-03
  • 最后登录2018-06-26
  • 发帖数32
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
  • 忠实会员
18楼#
发布于:2010-10-19 04:08
jiahuiqu



那你的CSS里可能有这段:

#browser-bottombox {
      position: fixed;
      bottom: -1px;
     lift: -1px;  
background:transparent !important;
}  



我的加上这个就好了,顺便把显示时间改了一下,楼主的有点慢,以下是完整CSS:


/*附加组件栏*/
#browser-bottombox {
      position: fixed;
      bottom: -1px;
     lift: -1px;  
background:transparent !important;

    }  

#addon-bar {
  position: fixed;
  bottom: -22px;
  right: 1px;
  border: 0 !important;
  -moz-appearance: none !important;
  -moz-transition: bottom .1s .2s ease-in;
  padding-top: 22px !important;
}


#addon-bar:hover {
 bottom: 0;
 -moz-transition: bottom .2s .1s ease-out;
}

#main-window[sizemode="maximized"] #addon-bar {
  right: 0;
}

#addon-bar > #status-bar {
  margin: 0 !important;
  padding: 0 2px 0 2px;
  border-radius: 4px 0 0 0;
  border: 0 !important;
  border-left: 1px solid rgba(0,0,0,.25) !important;
  border-top: 1px solid rgba(0,0,0,.25) !important;
  background-color: rgb(207, 219, 236) !important;
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
}
回到原帖

呵呵,曲线达到不遮拦,只是视觉上不太适应...
idragonet
千年狐狸
千年狐狸
  • UID15658
  • 注册日期2006-11-12
  • 最后登录2017-11-15
  • 发帖数2642
  • 经验162枚
  • 威望1点
  • 贡献值74点
  • 好评度118点
  • 社区居民
19楼#
发布于:2010-10-19 04:08
还有一个小问题就是网页FLASH会覆盖掉状态栏。
gkpz
小狐狸
小狐狸
  • UID25223
  • 注册日期2008-07-03
  • 最后登录2018-06-26
  • 发帖数32
  • 经验12枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 社区居民
  • 忠实会员
20楼#
发布于:2010-10-19 04:08
改为最上层显示就完美了...
racca
小狐狸
小狐狸
  • UID33213
  • 注册日期2010-06-29
  • 最后登录2011-03-28
  • 发帖数63
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
21楼#
发布于:2010-10-19 04:08
能不能把findbar挪到网页右上角? 谁能帮忙写个?
jiahuiqu
火狐狸
火狐狸
  • UID32722
  • 注册日期2010-05-03
  • 最后登录2012-10-09
  • 发帖数218
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
22楼#
发布于:2010-10-19 04:08
racca:能不能把findbar挪到网页右上角? 谁能帮忙写个?回到原帖


调整50这个值.

#browser-bottombox {
      position: fixed;
      top: 50px;
  border-right: 1px solid rgba(0,0,0,.25) !important;
  border-bottom: 1px solid rgba(0,0,0,.25) !important;
  background-color: rgb(207, 219, 236) !important;
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
  box-shadow: 0 0 0 1px rgba(255,255,255,.5) inset;
 }
racca
小狐狸
小狐狸
  • UID33213
  • 注册日期2010-06-29
  • 最后登录2011-03-28
  • 发帖数63
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
23楼#
发布于:2010-10-19 04:08
不胜感激, 稍稍改改基本上已经完美啦~~
distance0
火狐狸
火狐狸
  • UID33859
  • 注册日期2010-09-01
  • 最后登录2010-10-29
  • 发帖数177
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
24楼#
发布于:2010-10-19 04:08
借这个帖子问一下,下面的框叫browser-bottombox,上面的框叫什么?就是提示阻止弹出窗口和安装插件那个,想改下它的尺寸,另外能不能让它显示5秒自己消失。
helijie
小狐狸
小狐狸
  • UID33182
  • 注册日期2010-06-27
  • 最后登录2012-10-19
  • 发帖数15
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
25楼#
发布于:2010-10-19 04:08
请教这些代码如何使用啊。。不说是usercss取消了吗
Real_Fiona
小狐狸
小狐狸
  • UID24039
  • 注册日期2008-05-08
  • 最后登录2012-04-24
  • 发帖数42
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
26楼#
发布于:2010-10-19 04:08
赞,楼主的方法~

自己也修改了一下,另外加上一个悬浮链接显示左下方的脚本。

/*悬浮链接左下方显示*/
#urlbar {
    position: relative !important;
}

.urlbar-over-link-box:not([overlinkstate]) {
    position: fixed !important;
    bottom: 0px !important;
    left: -700px !important;
    -moz-transition: left 1s .5s ease-in;
}

.urlbar-over-link-box {
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    opacity: 0.8 !important;
    width: -moz-max-content;
    max-width: 700px !important;
    height: 20px !important;
    padding: 2px 5px 2px 15px !important;
    border-radius: 0 4px 0 0;
    border-top: 1px solid rgba(0,0,0,.25) !important;
    border-right: 1px solid rgba(0,0,0,.25) !important;
    background-color: #CCFFFF !important;
    -moz-transition: left 1s .5s ease-out;
}

.urlbar-over-link-host-label {
   color: #006600 !important;
}

/*脚本better addon-bar, 只显示扩展栏中的状态栏,并且自动隐藏*/
#addon-bar {
    position: fixed;
    bottom: -22px;
    right: 1px;
    border: 0 !important;
    padding-top: 10px !important;
    -moz-appearance: none !important;
    -moz-transition: bottom .5s 1s ease-in;
    z-index: 1000 !important;
}

#addon-bar > #status-bar {
    margin: 0 !important;
    padding: 0 2px 0 2px;
    border-radius: 4px 0 0 0;
    border-left: 1px solid rgba(0,0,0,.25) !important;
    border-top: 1px solid rgba(0,0,0,.25) !important;
    background-color: rgb(207, 219, 236) !important;
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgb(207,220,236)) !important;
}

#browser-bottombox {
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#FindToolbar {
    border-right: 1px solid rgba(0,0,0,.25) !important;
}

#addon-bar:hover {
    bottom: 0;
    -moz-transition: bottom .5s .4s ease-out;
}

#main-window[sizemode="maximized"] #addon-bar {
    right: 0;
}
idragonet
千年狐狸
千年狐狸
  • UID15658
  • 注册日期2006-11-12
  • 最后登录2017-11-15
  • 发帖数2642
  • 经验162枚
  • 威望1点
  • 贡献值74点
  • 好评度118点
  • 社区居民
27楼#
发布于:2010-10-19 04:08
这个脚本的显示效果我留着了,自动隐藏去除了。

因为在有水平滚动条的情况下不能移动水平滚动条而是呼出状态栏。
jiahuiqu
火狐狸
火狐狸
  • UID32722
  • 注册日期2010-05-03
  • 最后登录2012-10-09
  • 发帖数218
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
28楼#
发布于:2010-10-19 04:08
idragonet:这个脚本的显示效果我留着了,自动隐藏去除了。

因为在有水平滚动条的情况下不能移动水平滚动条而是呼出状态栏。
回到原帖



如果改到上部显示可能会好很多吧
pein0saga
狐狸大王
狐狸大王
  • UID25456
  • 注册日期2008-07-17
  • 最后登录2020-05-16
  • 发帖数305
  • 经验93枚
  • 威望0点
  • 贡献值38点
  • 好评度5点
  • 社区居民
  • 忠实会员
29楼#
发布于:2010-10-19 04:08
请问楼主能否把personas的状态栏背景也相应长度地正确显示,而不是单单的白色背景~~
游客

返回顶部