Revision: 5869
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 9, 2008 19:56 by zingo
Initial Code
/* 1. Vertical centering with line-height */ line-height:24px; /* 2. Prevent oversized content to break fixed width floated layouts */ #main{ overflow:hidden; } /* 3. Prevent line breaks in links */ a{ white-space:nowrap; } /* 4. Always show Firefox scrollbar */ html{ overflow:-moz-scrollbars-vertical; } /* 5. Centering block elements horizontally */ margin:0 auto; /* 6. Remove vertical textarea scrollbar in IE */ textarea{ overflow:auto; } /* 7. Force page breaks when printing your document */ h2{ page-break-before:always; } /* 8. Remove active link borders */ a:active, a:focus{ outline:none; }
Initial URL
http://cssglobe.com/post/1392/8-premium-one-line-css-tips
Initial Description
Initial Title
8 Premium One Line Css Tips
Initial Tags
css, style
Initial Language
CSS