Relax Breath of Solution.

Just I wanted.. Do you?…

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 […]

Min-Height Fast Hack

Assuming each and all you folk know how min-height is ‘supposed’ to work, would it be all that bold that it’s safe to say that…well… can’t we just do this? (because that’s what I’ve decided to do after throwing IE5.x out the window) CSS: MIN-HEIGHT WITH !IMPORTANT