Apple Logo compact menu for Firefox 2?

Does anyone know where I can lay my hands on the apple logo compact menu for Firefox 2?

Thanks

Mike

#437574

this is a question i also would like to ask, too. but for firefox 1.5?

#437594

Couldn't you use userChrome.css and put the logo or I miss something?

#437597

I have the normal compact menu and the apple logo is there when using safari-like skins (iFox, safire etc.)

It's a skin issue.

#437605

I'm not so sure it is...I was running MacFox II, then formatted my hard drive and did a fresh install, got all the same extentions, etc...now I cant get the logo?

#437692

I'm not so sure it is...I was running MacFox II, then formatted my hard drive and did a fresh install, got all the same extentions, etc...now I cant get the logo?

I really don't think it is. Yes, you can change the logo by skin, but you can easily change it thorough userChrome.css (imo):

/*altă icoană pt compact menu*/
#menu-button {
height: 24px;
list-style-image: url(ubuntu_logo_24.png) !important;
}
#somethingLogo {
list-style-image: url(ubuntu_logo_24.png) !important;
}

ps: The images are in the same folder (of course!).

#437696

thanks for the help so far...could you just get me a little closer? Do I need an apple logo? where would I put it?

Should I take the information you have provided and put it into my userChrome.css file?

Help!!!

#437699

Yes, take a png apple logo, make it 24x24, put it in your chrome folder from your firefox profile and then copy/paste the code above(change the ubuntu_logo_24.png to your apple logo png name) and voila (hope so!).

#437703

Thanks....it all worked fine.

Much appreciated

#437712

No problem. Glad to be helpful.

#437719

It would be great if someone would share the png and the chrome info for the rest of us to check out :)

#440011