阅读:2284回复:3
ff4.03下怎么弄书签透明还有查找栏透明?
我的导航栏和状态栏修改了下从别人 那拿来的css,可以透明了。可是查找栏和书签怎么弄?
|
|
1楼#
发布于:2010-08-05 13:30
|
|
2楼#
发布于:2010-08-05 13:30
花谢花飞红: 恩,这个代码查找栏也透明了…… #nav-bar{ -moz-appearance: none !important; background: transparent !important; border: 0 !important; font-weight: bold !important; text-shadow: 0 0 .6em white, 0 0 .6em white, 0 0 .6em white !important; } #PersonalToolbar{ background:transparent !important; border:none !important; } #browser-bottombox{ -moz-appearance: none !important; background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,242,0), rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0)) !important; border-top: none !important; border-left: 0px solid threedshadow !important; border-right: 0px solid threedshadow !important; border-bottom: 0px solid threedshadow !important; -moz-box-shadow: inset threedshadow 0px 0px !important; } #status-bar { -moz-appearance: none !important; background: transparent !important; border: 0 !important; font-weight: bold !important; text-shadow: 0 0 .6em white, 0 0 .6em white, 0 0 .6em white !important; } #statusbar-display{ -moz-appearance: none !important; background: transparent !important; border: 0 !important; } #urlbar, #searchbar > *, .findbar-textbox, #search-box{ -moz-appearance: none !important; background: rgba(20,20,20,.40) !important; -moz-border-radius: 6px !important; color: #99ccff !important; text-shadow: #000000 1px 1px 2px, #000000 -1px 1px 2px, #000000 1px -1px 2px, #000000 -1px -1px 2px !important; } #browser-bottombox, #FindToolbar> * { -moz-appearance: -moz-win-glass !important; background-color: transparent !important; border-color: rgb(0, 0, 0) !important; border-style: none !important; text-shadow: rgb(255, 255, 255) 0px 0px 8.4px, rgb(255, 255, 255) 0px 0px 8.4px, rgba(255, 255, 255, 0.4) 0px 1px 0px; } |
|
3楼#
发布于:2010-08-05 13:30
多谢楼上了
|
|