| 
			 
					阅读:2669回复:4
				 
				求教如何去掉B7非当前标签页的载入进度条
					b7加的这个载入进度条在标签页上面感觉很难看,有神马办法去掉么				 
							 | 
	|
| 
			 1楼# 
								发布于:2010-10-01 16:32				
			 | 
	|
| 
			 2楼# 
								发布于:2010-10-01 16:32				
			.tab-progress:not([selected])  {display: none !important;}				 | 
	|
| 
			 3楼# 
								发布于:2010-10-01 16:32				
			
					额,这个css代码这是让载入进度条变彩色了,我要的是隐藏掉他,因为看着太突兀了
 
							不过还是谢谢ls了  | 
	|
| 
			 4楼# 
								发布于:2010-10-01 16:32				
			@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
.tab-progress > .progress-bar
{background-image: -moz-linear-gradient(left, rgba(255,0,255,.95),
                                               rgba(255,255,0,.95),
                                               rgba(0,255,0,.95)) !important;}
#urlbar-progress > .progress-bar
{background-image: -moz-linear-gradient(left, rgba(255,0,255,.95),
                                               rgba(255,255,0,.95),
                                               rgba(0,255,0,.95)) !important;}用本论坛某位高人的,很漂亮[/code]  | 
	|