Aqua-Soft Forums: Compact Menu Icon - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Compact Menu Icon Rate Topic: -----

#1 User is offline   manneman Icon

  • Group: Member
  • Posts: 110
  • Joined: 14-February 05

Posted 28 August 2006 - 05:31 PM

Hey, everybody!

I´m trying to fix the apperance of the Compact Menu Icon on my Firefox Theme that I found on DeviantArt. I have requested help from the author but no response... can someone help me?

I want to change the current icon to the lovable apple-icon. I know about the line that can be added to userCrome.css: @import url("chrome://global/skin/subskin/applebutton.css"); but it won´t work...

Any ideas? Any help wouild be appretiated....

This is how it looks today:

Oh...forgot. I have read the numerous threads in the forum, but I think I need more help to make it work....so please don´t flame me

Attached File(s)

  • Attached File  Desk2.jpg (26.82K)
    Number of downloads: 301

0

#2 User is offline   Desides Icon

  • Group: Member
  • Posts: 524
  • Joined: 12-September 05

Posted 28 August 2006 - 09:36 PM

The applebutton.css line will only work if the theme has the Apple button image included in its image archive.
0

#3 User is offline   Croat Icon

  • Group: Member
  • Posts: 420
  • Joined: 02-August 04

Posted 29 August 2006 - 12:24 AM

Whats the name of the theme? (just curious :) )
BTW why does your search bar have two "down arrows"?
0

#4 User is offline   IdiotBox Icon

  • Group: Member
  • Posts: 11
  • Joined: 06-August 06

Posted 29 August 2006 - 03:57 AM

//browser/browser.css

  
	  /* ::::: Compact Menu Support ::::: */

	   #menu-button {
	   margin-top: 1px;
	   margin-right: 0px;
	   margin-left: 0px;
	   list-style-image: url('chrome://browser/skin/hidden.png') !important;
	   -moz-image-region: rect(2px 20px 20px 4px) !important;
	  }
	  #menu-button:hover {
	   -moz-image-region: rect(2px 20px 20px 4px) !important;
	  }


change

/*::::::::Compact Menu Apple Icon :::::::*/

#menu-button {
	   margin-top: 0px !important;
	  margin-right: 0px !important;
	   margin-left: 0px !important; 
	   list-style-image: url("chrome://global/skin/icons/apple.png") !important;
	   -moz-image-region: rect(0px 33px 17px 0px) !important;
	  }
	  #menu-button:hover {
	   list-style-image: url("chrome://global/skin/icons/apple-hov.png") !important;
	   -moz-image-region: rect(0px 33px 17px 0px) !important;
	  }
	  #menu-button:hover:active {
	   list-style-image: url("chrome://global/skin/icons/apple-pressed.png") !important;
	   -moz-image-region: rect(0px 33px 17px 0px) !important;
	  }
	  toolbar:not([mode="text"])#menu-button > .toolbarbutton-text {
	  display: none !important;
	  }

0

#5 User is offline   manneman Icon

  • Group: Member
  • Posts: 110
  • Joined: 14-February 05

Posted 29 August 2006 - 05:35 AM

Thanx! I noticed the double arrow in the searchbar... fixed.

I fooled around with the theme yesterday, and found that the image for the compact menu infact is an apple... the only problem is that it´s squeezed together. Do I just change the margins for that image to make it look rigt?

BTW... the theme is FoXiMetal. Made by Dobee (I think) to match his perfect TigerV visual style...

Here´s how far I have come on my modding:

Attached File(s)


0

#6 User is offline   manneman Icon

  • Group: Member
  • Posts: 110
  • Joined: 14-February 05

Posted 29 August 2006 - 07:53 AM

Well, I found the problem... no I just have to modify the existing .png to make it look good... hehe... this is not going to be easy.

Thank you all for the help!

Best regards
Manneman
0

#7 User is offline   SheepShaver Icon

  • Group: Member
  • Posts: 120
  • Joined: 13-February 04

Posted 29 August 2006 - 11:07 PM

Maybe a stupid question... what's that black glossy button in your toolbar? I mean the one right beside the url field.
0

#8 User is offline   Austin123 Icon

  • Group: Member
  • Posts: 2,585
  • Joined: 27-July 04

Posted 29 August 2006 - 11:25 PM

that's supposibly for Dashboard on Macs :P, here it's just for the cool factor
0

#9 User is offline   alchemist612 Icon

  • Group: Member
  • Posts: 215
  • Joined: 30-July 05

Posted 30 August 2006 - 12:56 PM

Here's an idea why don"t they make an extantion like that for yahoo widgets or avedesk!
0

#10 User is offline   manneman Icon

  • Group: Member
  • Posts: 110
  • Joined: 14-February 05

Posted 30 August 2006 - 07:38 PM

Well actually it´s a modded button... I wanted to make my FF look more macish so I modded the "New Tab"- button to look like the "dashboard" button... seen on the Apple webbsite.

Manneman, Sweden
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic