Windows 10

User Help for Mozilla Firefox
Post Reply
User avatar
ibewlu
Posts: 230
Joined: February 5th, 2012, 5:24 am

Windows 10

Post by ibewlu »

Using FF 45ESR because of the extension problem. In windows 8 it is possible relocate the toolbars with the code below, have the menu bar hidden and the window close ("X") button was still active. With windows 10, the tab bar has to be at the top or the close button will not work. Any suggestions.

The close button only works with 0 and 1 when the menu bar is hidden.

Code: Select all

/********************************************************/
/*  0 = Default: Tabs; URL & Search; Menu; Bookmarks*/
/*  1 = Menu; Tabs; URL & Search; Bookmarks		*/
/*  2 = Menu; Bookmarks; URL & Search; Tabs		*/
/***************************************************************/
#TabsToolbar {
-moz-box-ordinal-group: 1 !important;
margin: 0 !important;
padding: 0 !important;
background: transparent !important;}
It would be better for him if a millstone were hung around his neck, and he were thrown into the sea, than that he should offend one of these little ones.
User avatar
DanRaisch
Moderator
Posts: 127246
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Windows 10

Post by DanRaisch »

Moving to Firefox Support.
Post Reply