To remove the extra hidden space which turns out to be border:
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner {border:0;}
reference:
http://christophzillgens.com/en/articles/equal-height-input-and-button-elements-in-firefox-and-safari
from http://www.quirksmode.org/blog/archives/2005/09/xmlhttp_notes_r_2.html
As we all know an xmlhttp script requires the use of the readystatechange event. In theory, using the load event is also possible, but Explorer doesn’t support it on xmlhttp requests.
Both these events, and the readyState property, have a few odd quirks when used in an xmlhttp environment, though. [...]
from http://www.davidtan.org/tips-reduce-firefox-memory-cache-usage/
Sometimes I just feel that Firefox is such a memory hog. Once I start to open up a few extra tabs, it starts to slow down my whole system. Fortunately, you can do something about it. Here are simple tips [...]
Just discover that when coding the following into style sheet:
table { border-collapse: collapse; } th, td { position: relative; border: 1px solid #eee; }
In Firefox 3, top and right borders of each table cell will disappear.
In IE 7, borders could not collapse.
Don’t know why this happened, need to do a little [...]
Just a note of gears in Firefox which will help a great deal in facilitating your web development.
Firebug: very handy extension which will help in figuring out the CSS and Javascript bugs.
YSlow: Y(Why) slow? It’s a really a good name which will clearly identify the performance problems in your [...]
From http://kb.mozillazine.org/About_protocol_links
There are a few special URLs, which begin with about:, that you can type into the Location Bar. (In Thunderbird, which has no Location Bar, or in SeaMonkey, you can also use them as “Mail Start Page”.)
about: — The same page as “Help -> About”. about:about — Lists all these [...]
-
Articles
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Meta