CSS Browser Selector Clever technique to help you on CSS hacks.
CSS Browser Selector is a very small javascript with just one line which empower CSS selectors. It gives you the ability to write specific CSS code for each operating system and each browser. Source of this example: DOWNLOAD http://github.com/rafaelp/css_browser_selector/raw/master/css_browser_selector.js USAGE 1. Copy and paste the line below, inside and tag 2. Set CSS attributes with […]
CSS String Truncation with Ellipsis for IE FF Opera
We’ll start by adding a class “.ellipsis” to the p tag and building it by example. Add white-space: nowrap, to limit the paragraph to a single line, and overflow: hidden keeps it from making the browser window wider. We then add width: 300px to limit the size (IE6 needs a width defined, even if it’s […]
How to achieve cross-browser font-face support
At the moment, web fonts are all the buzz. Unfortunately, achieving cross browser support is not easy. In this tutorial, I’ll show you how to get custom fonts working in all of the major browsers. use following link to view it http://blog.themeforest.net/tutorials/how-to-achieve-cross-browser-font-face-support/ buy clomid pills
Faux Columns Technique
It is very common in layouts to have 2 columns next to each other, with one column having a background color, and the other column just being white. Since the columns will almost never have the same amount of content in them, the easiest way to fake this, is to have a 1px tall background […]
Sticky Footer – A static footer with very little css
* { margin: 0; } html, body { height: 100%; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -142px; /* the bottom margin is the negative value of the footer’s height */ } .footer, .push { height: 142px; /* .push must be the same height as .footer */ } [/css]
keep looking »