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
add the following line to the css
.cufon{ visibility: visible; }
Add the following line:
border: 0px solid #FFFFFF;
from: http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/
Using CSS to style semantically meaningful (X)HTML markup is an important key to modern web design practices. In a perfect world, every browser would interpret and apply all CSS rules in exactly the same way. However, in the imperfect world in which we live, quite the opposite frequently happens to be the case: many CSS [...]
from http://stackoverflow.com/questions/1287439/ie7-z-index-problem
When you specify z-index, you’re specifying it relative to other elements in the same stacking context, and although the CSS spec’s paragraph on Z-index says a new stacking context is only created for positioned content with a z-index other than auto (meaning your entire document should be a single stacking [...]
Internet Explorer User Agent Style Sheets
The UA Style Sheet is a simple set of css styles that each web browser uses before any other css styles are applied.
This chart lists and compares the different default style sheets used to render HTML in the four major versions of [...]
from http://developer.yahoo.com/performance/rules.html
Best Practices for Speeding Up Your Web Site
The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 34 best practices divided into 7 categories.
Filter by category:
Content
Server
Cookie
CSS
Javascript
Images [...]
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 [...]
from http://www.satzansatz.de/cssd/onhavinglayout.html
On having layout A work in progress. This version: Rev. 8 2007–11–18 Changelog Translations Table of contents Introduction
A lot of Internet Explorer’s rendering inconsistencies can be fixed by giving an element “layout.” John Gallant and Holly Bergevin classified these inconsistencies as “dimensional [...]
-
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