Add your comments
DLS Archives
May 2013
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
Essential Windows Apps | Do Not Track | Microsoft Office | SayNow | LibreOffice | Zeam Android Launcher | Dead Space iPhone | Firefox 4 Mobile | Firefox 4 Release | PlayStation iPhone App | Excel Tips | Android Launcher | Google One Pass | Dead Space | Google Cloud Print | Songbird for Android | NBA Jam | Internet Explorer 9 | Windows 7 Connector for Mac | Office Mac 2011 | IE9 RC
Gadget News
- Google Trekker to put the Galapagos Islands on Street View, one tortoise at a time
- Huawei Ascend Mate review: a supersized phone with supreme battery life
- Latest Chrome beta for Windows and Chrome OS brings richer notifications, coming soon to Mac and Linux
- Acer C7 Chromebook getting 16GB SSD option, keeping $199 price tag






Reader Comments (Page 1 of 1)
(Unverified)Jul 6th 2010 8:59PM
This is a good tip, and a good first cut at it, but has some issues. If you use your code, when you hit alt to show the menu bar items the first two or three are hidden behind the "Firefox" button and can't be accessed. You have to right click and turn on the "Menu Bar" which removes the button.
If you change it to "Tabs on Bottom", your code just blows up the interface. ;-)
(Unverified)Jul 6th 2010 9:02PM
Yar, as the guy says (the one that wrote the code -- it wasn't me), Tabs Below simply doesn't work.
I spotted the Alt-Menu issue, but... it's hardly an issue. I usually hit Alt because I want to get to the menu... not continue playing with my tabs.
(Unverified)Jul 6th 2010 9:14PM
It's early days. I'm sure there will be code soon to move the "Menu Bar" 30 pixels to the right or whatever is needed.
(Unverified)Jul 7th 2010 6:48AM
Yeah, you'd think so -- but it hasn't been movable for quite a few builds now...
It might be forced there for a reason. I guess we'll find out!
(Unverified)Jul 7th 2010 5:38PM
Add this to your userChrome.css to move the menu bar along.
#main-menubar{
margin-left: 108px !important;
}
(Unverified)Jul 8th 2010 12:16AM
You could add the code (like i did) that Gary said or u could just hit alt use the arrow keys to move it and then hit enter (like the code better though)
(Unverified)Aug 14th 2010 1:19PM
You can move the file menu by adding:
#file-menu {
margin-left: 95px !important;
}
The remaining menu's fill follow suit.