html design

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.webmonkey.com/2010/12/why-percentage-based-designs-dont-work-in-every-browser/ <img src="http://www.wired.com/images/productreviews/reviews/pr_ipad_3G_large_wide.jpg" /> Here’s a rule any web designer can live by: Your designs don’t need to look exactly the same in every browser, they just need to look good in every browser. It’s a maxim that will spare you many a hair-pulling hour. That said, there some things you would expect to be the same across browsers that aren’t.

Why Percentage-Based Designs Don't Work in Every Browser

Web grid systems help front end coders to layout a document faster. In this article I am presenting a percentage based grid system that is included in the Easy framework’s CSS. The main characteristics of this grid system is that all the columns have percentage based width so they adapt to the container element.

Easy Percentage Grid System with HTML5 | CSS Globe

http://cssglobe.com/easy-percentage-grid-system-with-html5/

What's the difference between display: none and visibility: hidden? - CSS FAQ

Question: What's the difference between display: none and visibility: hidden? http://webdesign.about.com/od/css/f/blfaqhidden.htm
6.1 Specified, computed, and actual values Once a user agent has parsed a document and constructed a document tree , it must assign, for every element in the tree, a value to every property that applies to the target media type . http://www.w3.org/TR/CSS2/cascade.html

Assigning property values, Cascading, and Inheritance

Have you ever run into the situation where you’re trying to apply a css style to an element, but it won’t take?

Understanding Style Precedence in CSS: Specificity, Inheritance, and the Cascade

http://www.vanseodesign.com/css/css-specificity-inheritance-cascaade/
snappy snippets

http://nicolasgallagher.com/an-introduction-to-css-pseudo-element-hacks/ CSS is a versatile style language that is most frequently used to control the look and formatting of an HTML document based on information in the document tree.

An introduction to CSS pseudo-element hacks

http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/ Using CSS 2.1 pseudo-elements to provide up to 3 background canvases, 2 fixed-size presentational images, and multiple complex borders for a single HTML element. This method of progressive enhancement works for all browsers that support CSS 2.1 pseudo-elements and their positioning. No CSS3 support required. Support : Firefox 3.5+, Safari 4+, Chrome 4+, Opera 10+, IE8+.

Multiple Backgrounds and Borders with CSS 2.1

http://perishablepress.com/css3-border-properties/ Even before CSS 3 introduced a cornucopia of new border properties, CSS 2.1 provided plenty of great functionality, enabling designers to style and enhance borders in many different ways.

Understanding CSS3 and CSS2.1 Border Properties

cssSandpaper – a CSS3 JavaScript Library

http://www.useragentman.com/blog/csssandpaper-a-css3-javascript-library/ Remix of images by Parée Erica and Hans Christophersen The cssSandpaper JavaScript library looks at the stylesheets in an HTML document and, where possible, smooths out the browser differences between CSS3 properties like transform , opacity , box-shadow and others. This script is not only useful for developers who want to support CSS3 in IE (which doesn’t support it in IE natively) but in other browsers which implement their own vendor-specific variants of these properties. For a good introduction to cssSandpaper and how it works under the covers, you may want to first read these blog-posts:

Quick Tip: Detect CSS3 Support in Browsers with JavaScript

http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-detect-css-support-in-browsers-with-javascript/ This entry is part 9 of 16 in the CSS3 Mastery Session - Show All « Previous Next » Isn’t it fun that we get to play with the latest CSS techniques, like shadows and transitions?

imagesLoaded() jquery plugin

// $('img.photo',this).imagesLoaded(myFunction) // execute a callback when all images have loaded.
The English architect Christopher Wren once quipped that his chosen field “aims for Eternity,” and there’s something appealing about that formula: Unlike the web, which often feels like aiming for next week, architecture is a discipline very much defined by its permanence.

Responsive Web Design

A Dao of Web Design

What Zen was to the 70’s (most famously with motorcycle maintenance), the Tao Te Ching was to the 90’s. From Piglet and Pooh to Physics and back, many have sought sense in applying the Tao Te Ching to something (the Tao of Physics), or something to the Tao Te Ching (the Tao of Pooh). It can be a cheap trick, but lately it has struck me that there is more than a little to be understood about web design by looking through the prism of the Tao.

Google Adds Instant Preview Testing Tool In Webmaster Tools

Google introduced a new labs tool within Google Webmaster Tools for testing your Instant Previews . The tool can be found for all English users under the Labs section of Google Webmaster Tools.

The 30 CSS Selectors you Must Memorize

This entry is part 2 of 16 in the CSS3 Mastery Session - Show All « Previous Next » Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in November, 2010. So you learned the base id , class , and descendant selectors – and then called it a day? If so, you’re missing out on an enormous level of flexibility. While many of the selectors mentioned in this article are part of the CSS3 spec, and are, consequently, only available in modern browsers, you owe it to yourself to commit these to memory.