Does anyone know where I can lay my hands on the apple logo compact menu for Firefox 2?
Thanks
Mike
Does anyone know where I can lay my hands on the apple logo compact menu for Firefox 2?
Thanks
Mike
this is a question i also would like to ask, too. but for firefox 1.5?
Couldn't you use userChrome.css and put the logo or I miss something?
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.
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'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!).
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!!!
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!).
No problem. Glad to be helpful.
It would be great if someone would share the png and the chrome info for the rest of us to check out ![]()