html design
< development
< loicag
Get flash to fully experience Pearltrees
<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.
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.
Question: What's the difference between display: none and visibility: hidden?
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 .
Have you ever run into the situation where you’re trying to apply a css style to an element, but it won’t take?
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.
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+.
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.
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:
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?
// $('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.
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 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.
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.