|
For people who've looked into Bug 726444 - Implement the Downloads Panel - do you understand what the following pair of rules from the new downloads.css from the default theme are about? Why do they exist, and what mode of the Downloads Panel causes them...
Started by mcdavis on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at mozillazine):
|
|
I recently upgraded from firefox 3.6 to firefox 12 and i am still getting used with the new interface and one of the things i couldn't manage that is the small size of the icons/buttons on the navigation bar. I was using the Classic Compact theme on the...
Started by mark_jd on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at mozillazine):
You could put the following in your userChrome.css:
Code: Select all .bookmark-item > .toolbarbutton-icon
{
width: 24px !important;
height: 24px !important;
}
It will make the icons bigger, unless your theme overrides this setting, but they may get... .
|
|
Hi,
I'm trying to keep track of the state of Firefox - that is, whether if minimized or maximized, or if it is active or not. I've encountered two major issues so far
(1) STATE_MINIMIZED never happens
According to the suggestion I've found on the Web ...
Started by DeWe83 on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at mozillazine):
|
Ask your Facebook Friends
|
Hi
I have lighting hooked up to my thunderbird 12. I hooked up google calendar with caldav and now I want to search through lighting for some events.
I have events that happened as late as last December.
When I go to "Find Events" and type in a search...
Started by chobo2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at mozillazine):
Is the dropdown to the left of the search text box set to "All Events"?
Is the event in question a repeating event? If so, there is a known limitation... .
Win XP SP3 - FX 10.0.2 and TB 10.
Vista Home Premium 64 - FX 12 & TB 12.0.1 .
Moving to Calendar forum.
|
|
Is there a library/simple way to flip an image?
Flip image like this:
AABBCC CCBBAA AABBCC -> CCBBAA
I'm not looking for animations , just flip the image.
I've googled to no avial and only found a complex version that utilized SVG on MozillaZine which...
Started by chakrit on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I included a vertical flip class....
The following CSS will work in IE and modern browsers that support CSS transforms .
I'm sure that there are server-side scripts out there that can do this for you .
You need to actually modify the image.
Unfortunately, no.
|
|
MozillaZine forum,
Firefox 12 Windows XP
I have startupCache and startupCache(2) folders in the Firefox default
directory. What do these folders contain and can I delete them?
Neither is up-to-date.
jerryd
Started by jerry_d on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at mozillazine):
|
|
I can't remember my username as I haven't posted in some time. However, the regular email address I use seems to have already been used in a registration (obviously by me) but since I can't remember the username, I can't provide a username/email key pair...
Answer Snippets (Read the full thread at mozillazine):
|
|
Hello all,
I want to make a FireGestures script which shows Manage Search Engines window, but I don't know what function (or something else) I should use. Searched over Internet and mozillaZine's KB and found nothing... If anyone knows how do I make this...
Started by paulkorotoon on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at mozillazine):
DOM Inspector shows you, for the open-engine-manager menuitem:
Code: Select all oncommand="openManager(event);"
Putting that code directly as a mouse gestures, or ar keyboard shorcut, will not work, but searching by the definition of that function , it... .
|
|
Has this happened to any other unfortunates? I read the AVG free
forum...and little did i know.
I upgraded to AVG free and upon the first scan, it deleted my entire
inbox (Thunderbird). I read mozillazine but was unable to get my
deleted inbox back. But...
Answer Snippets (Read the full thread at techtalkz):
|
|
If my own sidebar is left open when Firefox is closed, it is shown again on startup. I find this undesirable and would rather it remain hidden until opened manually. Is it possible to stop this happening?
I tried adding this bit of code to my extension...
Started by Mat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As someone answered on Mozillazine this is because Firefox just preserves sidebar.
Not an open/close flag.
|