"CORONA,FATIMA , HP-Boise,ex1" wrote:
> 
> I added the following line to the userChrome.css file:
> 
> menubar, menubutton, menulist, menu, menuitem {
>  display: none;  }
> 
> but it still displays the menubar. (File View Search Go etc..)
> 
> Am I doing the right thing .. or am I not doing something here?

I can't say for sure, but you can try this:

menubar, menubutton, menulist, menu, menuitem {
  display: none !important;
}

Stuart.

Reply via email to