classic menus
Are you still running windows 98 or win2K (or, like Chase, running XP with the classic theme?) Robert Accettura pointed me at the classic menus extension and it looks pretty good.
Oh, and it's good to know I'm still loved ;-)
Are you still running windows 98 or win2K (or, like Chase, running XP with the classic theme?) Robert Accettura pointed me at the classic menus extension and it looks pretty good.
Oh, and it's good to know I'm still loved ;-)
reactions, thoughts, comments, etc.
I pointed you to it for the pic ;-)
/me gets ready to be adoted.
Posted by: Robert Accettura | December 11, 2005 12:46 PM
that site went up the day the patch landed. and im glad to be a contributor (under my screen name ColdFusion65).
Posted by: Grayson Mixon | December 11, 2005 3:59 PM
I notice a lack of copyright information on that picture.
- Chris
Posted by: Chris C | December 11, 2005 5:44 PM
I don't suppose there's an extension that lets you use native windows theming (Or themeing via windowblinds/etc) for the menus, like the rest of the widgets in firefox can?
Posted by: Daniel | December 11, 2005 6:28 PM
My company uses XP with the Classic Theme, making Firefox 1.5 look "unnatural" in the menus, etc.
Then again, Office XP also ignores the Classic styles, so that makes e-mail, word processor, and the web browser all with blue hover states on the menus. Majority rules?
Posted by: Mike Mariano | December 11, 2005 6:42 PM
here's a little css hack, i used to loose the un-buetifulness, of course it keeps the blue, but makes it more rounded and pretty and sexy and lovely, try it out.
/* Change style of menu */
menubar > menu[_moz-menuactive="true"],
menupopup > menu[_moz-menuactive="true"],
popup > menu[_moz-menuactive="true"],
menuitem[_moz-menuactive="true"] {
color: #FFFFFF !important;
border: #FFFFFF 1px solid !important;
-moz-border-radius-topleft: 4px !important;
-moz-border-radius-topright: 4px !important;
-moz-border-radius-bottomleft: 4px !important;
-moz-border-radius-bottomright: 4px !important;
-moz-border-corner-fit: scale !important;
}
Posted by: dd | December 11, 2005 6:44 PM
Oh, so that's why Chase was so eager to check it in. It would be cool if someone would check out the trunk patch, though, I honestly didn't expect it to remain in this long. The only reason I'm not more vocal about it is because James said it would make tonnes of conflicts appear in his tree.
Also, isn't there a more updated version of that? Or is it just for the picture?
Posted by: J. Welderson | December 11, 2005 9:53 PM
Uh.. What's the difference with the Classic Menus for Winstripe extension that has been around since the beta?
https://addons.mozilla.org/extensions/moreinfo.php?id=1208&application=firefox
Old news if you ask me.
Posted by: element | December 12, 2005 2:56 AM
That one you're linking to is based on this one. Only the updateURL and contributor list has been changes I think.
Posted by: Nanaki | December 12, 2005 3:05 AM
Is there an extension that gets rid of the damn groove between the title bar and menu?
Posted by: Somebody | December 12, 2005 3:45 AM
Original thread of the pic:
http://forums.mozillazine.org/viewtopic.php?p=1594685#1594685
and the Greasemonkey script
http://forums.mozillazine.org/viewtopic.php?p=1627270#1627270
And yes, we still love you :)
Posted by: LouCypher | December 12, 2005 3:55 AM
The classic menus for winstripe is an extension I created that uses the original css file that the above extension uses. My extension is just that though no auto detect which OS and ability to import own css files...no thrills, just classic menus and no options. Plus it is on AMO(C) for the users whilest the above extension isn't easily avaiable to the public.
---
Ya I wish I could figure out how to get rid of the damn separator between the title and menu bar also.
Posted by: Kurt | December 12, 2005 4:00 AM
I use the Classic theme on Windows XP, and when I first loaded up Fx1.5 my first thought was "whoa, it's picked up WinGTK+ by accident! Looks like ass!". A Mozilla contributor who shall remain nameless pointed me towards the extension and rather cryptically said to 'blame Asa for screwing over everyone not on Luna'. Not sure what that was about, but anyway...
Posted by: David 'Zanchey' Adam | December 12, 2005 7:31 AM
That's strange,
I run XP with classic look both at work and at home, the menus were messed up at work only!
The extension took care of fixing them, but at home the menues look fine with or without the extension!
I ave no idea why or how!
Posted by: Pat | December 12, 2005 7:38 AM
> Ya I wish I could figure out how to get rid of the damn separator between the title and menu bar also.
I was playing about with some themes over this, and some of them removed the groove (although they all had drawbacks that meant I couldn't stick with them), so it's doable.
I'm not going to be able to use FF1.5 on an ongoing basis until it looks like a Windows application and not some thrown-together hobbiest kit...
Posted by: Somebody | December 12, 2005 9:02 AM
Removing the "groove" is pretty easily done; it's just a border on the toolbox element, and I thought Classic Menus did it anyway. It should have been backed out by mconnor, so dunno why people are still experiencing it. Not my fault in the first place, mind.
- Chris
Posted by: Chris C | December 12, 2005 9:07 AM
Daniel: There was an attempt fairly late in the 1.5 cycle to get native-themed menus working on Windows (after the Luna theme was checked in), but it caused a lot of problems with things like (IIRC) bookmarks and the themes API, and ended up getting backed out. I wouldn't be surprised to see it get resolved on the road to 2.0, though.
Posted by: Kelson | December 12, 2005 9:20 AM