Switch to the dark side!
Firefox

Firefox

Latest Discussion
2 months ago
4 months ago
4 months ago
6 months ago
6 months ago
7 months ago
7 months ago
9 months ago
More...

Post a new topic



transparent statusbar/userchrome

Avatar-50x50
nilsHaus says:

I remember some dude moving his firefox status bar to the top so that he could have a dock with it...Is it possible to have a transparent status bar so only the icons show up?
It'd be swell if you could do this with userchrome too, unfortunately I don't know any CSS.

04:27 pm, Friday, August 03, 2007 (1 year ago)
3345
cthu1hu says:

I don't think you're going to get it transparent. The most you can hope for is using a background image on it.

I think you would use:

window statusbarpanel {
background: transparent url("img.gif") !important;
}

06:08 pm (1 year ago)
3345
cthu1hu says:

add this element to the css:

-moz-appearance: none !important;

06:20 pm (1 year ago)
Avatar-50x50
nilsHaus says:

is this one CSS element or two separate? I'll give 'em a try.

11:22 pm (1 year ago)
3345
cthu1hu says:

One combined. Custo wouldn't let me update my post for some reason.

06:51 am (1 year ago)
2005
tazio72 says:

-moz-appearance: none !important;

What will that do?

08:46 am (1 year ago)
3345
cthu1hu says:

It's required to change the appearance of the status bar.

01:11 pm (1 year ago)
2005
tazio72 says:

Alright.

01:44 pm (1 year ago)
Avatar-50x50
nilsHaus says:

I'm not getting any result. Is this correct?

window statusbarpanel {
background: transparent url("img.gif") !important;
-moz-appearance: none !important;
}

07:58 pm (1 year ago)
2849
goshko says:

#status-bar,statusbarpanel {
-moz-appearance: none !important;
border: 0px !important;
background: transparent url("img.gif") !important;
}

11:11 am (9 months ago)
 
   Arrow_up_small Top

Reply to this topic

You must register and become a member to post a reply.