Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

June 28 2010

netzrauschen

CSS Selectors and Pseudo Selectors and browser support

The following is a range of CSS tests of the most common browsers' support for selectors and pseudo selectors.

June 01 2010

netzrauschen

Developer’s Notebook: Forward-thinking CSS float-clearing | Pathfinder Development | Software Developers | Blogs

The art of float-clearing - getting containers to honor the height of floated elements inside of them - has slowly evolved over the past several years as Safari has taken over many Mac desktops, IE5/Mac has atrophied, IE7 has slowly caught on, and our use of CSS filters has improved. I'd like to share a slight variation on the state of the art that I believe makes for much cleaner markup. But first, a little background.
Tags: css ie float

May 26 2010

netzrauschen

HTML email inline styler

Converts CSS rules into inline style attributes
Tags: email tool css

March 16 2010

netzrauschen

Clearing a float container without source markup

When a float is contained within a container box that has a visible border or background, that float does not automatically force the container's bottom edge down as the float is made taller. Instead the float is ignored by the container and will hang down out of the container bottom like a flag. Those familiar only with Explorer for Windows may scratch their heads and say "That's not right!" True, IE/Win does enclose a float within a container 'automatically', but only if the container element happens to possess the MS-only quality called hasLayout. The W3C suggests placing a "cleared" element last in the container box, which is then recognized by the container height, forcing the container to enclose the float above that cleared element too.
Tags: css hack float

January 25 2010

netzrauschen

Conditional comments, wenige Requests | Codecandies

Ich halte conditional comments für eine Lösung, CSS direkt auf den Internet Explorer und seine verschiedenen Hydra Versionen zu werfen. Ob aber die typische Art wie sie benutzt werden wirklich effizient ist, daran sind mir in letzter Zeit Zweifel gekommen.
netzrauschen

LESS - Leaner CSS

LESS was inspired by its predecessors—especially Sass, a ruby project which provides an ingenious solution to a lot of the common problems CSS designers and web developers face when developping large websites. So why make an alternative to Sass? It's simple: syntax. One of the key features of Sass is its indentation-based syntax, which gives you curly-brace and semi-column free code. But the cost of this is having to learn a new syntax and having to rebuild your current stylesheets.
netzrauschen

LESS - Leaner CSS

LESS was inspired by its predecessors—especially Sass, a ruby project which provides an ingenious solution to a lot of the common problems CSS designers and web developers face when developping large websites. So why make an alternative to Sass? It's simple: syntax. One of the key features of Sass is its indentation-based syntax, which gives you curly-brace and semi-column free code. But the cost of this is having to learn a new syntax and having to rebuild your current stylesheets.
Tags: css less sass webde

January 22 2010

netzrauschen

Typekit

Add a line of code to your pages and choose from hundreds of fonts. Simple, bulletproof, standards compliant, accessible, and totally legal.

August 06 2009

netzrauschen

Color correction for images in Firefox 3.5 at hacks.mozilla.org

Back in Firefox 3, we introduced support for color profiles in tagged images, but it was disabled by default. In Firefox 3.5 we were able to make the color correction process about 5x faster than it was in Firefox 3 so we’ve enabled support for color correction for tagged images.

July 31 2009

netzrauschen

Animating your iPhone web application

I spent today experimenting with different techniques and am here to share what I’ve learned. Below, I review 2 JavaScript-based techniques for animations as well as the use of WebKit CSS transitions and transforms.

July 02 2009

netzrauschen

July 01 2009

netzrauschen

Markup Test Pages

Use these pages to test HTML and CSS styling on your digital device
netzrauschen

May 14 2009

netzrauschen

Einführung in CSS – Einführung in XHTML, CSS und Webdesign

Dieses Kapitel führt Sie in Cascading Style Sheets (CSS) ein und beschreibt den Aufbau von CSS-Stylesheets entsprechend der Version 2.1.

May 06 2009

netzrauschen

CSS - Auto-height and margin-collapsing

or…miraculously shrinking containers!
Tags: imported css
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.