Connecting Tech Pros Worldwide Help | Site Map

Hide menubar in Mozilla plus URL location?

jeff@dnuk.com
Guest
 
Posts: n/a
#1: Jul 20 '05
Hello,

I am coding a web application to be used on an internal Intranet.

I have already coded a menubar for the application using DHTML.

I want to get rid of the standard menubar in Mozilla to:

a) Stop people getting confused with 2 menubars
b) Free up a bit of more screen space


How do I hide the menubar? I can do it in pop up windows, but not with
the main window.

Also, can I hide the location URL bar? Again, can do it in pop up
windows but not in the main browser window.

Cheers
Brian
Guest
 
Posts: n/a
#2: Jul 20 '05

re: Hide menubar in Mozilla plus URL location?


jeff@dnuk.com wrote:[color=blue]
>
> I am coding a web application to be used on an internal Intranet.[/color]

Thus, this is off-topic in ciwah.
[color=blue]
> I have already coded a menubar for the application using DHTML.
> I want to get rid of the standard menubar in Mozilla to:
>
> a) Stop people getting confused with 2 menubars[/color]

2 menubars will confuse them?
[color=blue]
> b) Free up a bit of more screen space[/color]

You could train them to run Mozilla in full-screen mode (press f11).
That gets rid of the menu bar, but alas, not the tool bar. So there
will still be that confusing back button, etc.
[color=blue]
> How do I hide the menubar?[/color]

Mozilla is built with the ability to defeat attempts to change its
chrome. It can defeat attempts to resize it, open unrequested
windows, change the status-bar text, hide menus, etc. AFAIK, you
would have to simply train users to view the intranet application
pages exactly as you want them to.
[color=blue]
> Also, can I hide the location URL bar?[/color]

I can find no way to do that in Mozilla.

--
Brian
follow the directions in my address to email me

Philipp Lenssen
Guest
 
Posts: n/a
#3: Jul 20 '05

re: Hide menubar in Mozilla plus URL location?


jeff@dnuk.com wrote:
[color=blue]
>
> I am coding a web application to be used on an internal Intranet.
>
> I have already coded a menubar for the application using DHTML.
>
> I want to get rid of the standard menubar in Mozilla to:
>
> a) Stop people getting confused with 2 menubars[/color]

Why don't you get rid of _your_ menubar them, as you think adding it
causes confusion in the browser default settings? (Or clearly
differentiate between your bar, and the browser bar.)


--
Google Blogoscoped
http://blog.outer-court.com
Wired Earp
Guest
 
Posts: n/a
#4: Jul 20 '05

re: Hide menubar in Mozilla plus URL location?


[please fix this entry in your newsclient] wrote:
[color=blue]
> How do I hide the menubar [in Mozilla]? I can do it in pop
> up windows, but not with the main window.
> Also, can I hide the location URL bar? Again, can do it in pop up
> windows but not in the main browser window.[/color]

Try adding this:

menubar, toolbar {
display: none;
}

- to the file "userChrome.css" in your Mozilla Firebird profiles directory
[on Windows to be found somewhere in the documents and settings folder].
This will prevent you from starting an ordinary instance of the browser; if
you really intend to pursue such disadviceable pleasures you should
consider building a kioskbird <url:http://tln.lib.mi.us/
~amutch/pro/phoenix/kiosk.htm> or a standalone XUL application to host the
intranet in an iframe <url:http://www.xulplanet.com/tutorials/xulapp/>

Visual differentiation between chrome and content could do the trick.



--
Wired Earp
Wunderbyte
Eric Cartman
Guest
 
Posts: n/a
#5: Jul 20 '05

re: Hide menubar in Mozilla plus URL location?


Brian <usenet1@mangymutt.com.invalid-remove-this-part> wrote in message news:<raicb.570133$uu5.93510@sccrnsc04>...[color=blue][color=green]
> > Also, can I hide the location URL bar?[/color]
>
> I can find no way to do that in Mozilla.[/color]

View -> Show/Hide -> Navigation Toolbar

EC
..
Brian
Guest
 
Posts: n/a
#6: Jul 20 '05

re: Hide menubar in Mozilla plus URL location?


Eric Cartman wrote:[color=blue]
>[color=green][color=darkred]
>>>Also, can I hide the location URL bar?[/color]
>>
>>I can find no way to do that in Mozilla.[/color]
>
> View -> Show/Hide -> Navigation Toolbar[/color]

Right you are. That was too simple. Thus, the user can hide all but
the menu bar, and even the menu bar can be collapsed. It's a matter
of training the users (company employees) to use their browsers in a
certain way.

--
Brian
follow the directions in my address to email me

Closed Thread