public marks

PUBLIC MARKS with tags css3 & css

April 2012

Pure CSS3 Post Tags

by marco
Pure CSS post tags uses at least 2 CSS tricks such as CSS triangles and CSS circles

February 2012

January 2012

December 2011

CSS3, Please! The Cross-Browser CSS3 Rule Generator

by emmanuelc & 9 others, 1 comment
You can edit the underlined values in this css file, but don't worry about making sure the corresponding values match, that's all done automagically for you. Whenever you want, you can copy the whole or part of this page and paste it into your own stylesheet.

Loading CSS spinners and bars generator for AJAX & JQuery

by emmanuelc & 1 other
Loading CSS spinners and bars generator for AJAX & JQuery

November 2011

October 2011

September 2011

August 2011

July 2011

June 2011

May 2011

Font sizing with rem - Snook.ca

by Spone & 3 others (via)
Determining a unit of measurement to size our text can be a topic of heated debate, even in this day and age. Unfortunately, there are still various pros and cons that make the various techniques less desirable. It's just a matter of which less-desirable is most desirable. There are two main techniques that are extolled: Size with px Size with em Let's review these two approaches before I reveal the magical third.

Font sizing with rem

by greut & 3 others

What do we do for browsers that don't support rem units? We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units.

html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */

April 2011

Firefox 4 : le point sur le support des standards

by astrochoupe
HTML5, CSS3 et JavaScript, tour d'horizon des standards et technologies Web pris en charge par la nouvelle version du navigateur Open Source de la fondation Mozilla.

PUBLIC TAGS related to tag css3

[en] +   conception web +   couleurs +   css +   exemple +   gallerie +   html5 +   ie +   image +   images +   intégration css/xhtml +   jQuery +   mobile +   porfolio +   présentation +   slides +   Standard du Web +   svg +   tutorial +   tutoriels +   video +   webdesign +  

Active users

marco
last mark : 16/04/2012 09:32

astrochoupe
last mark : 23/02/2012 22:13

milouse
last mark : 15/02/2012 22:44

emmanuelc
last mark : 18/01/2012 09:04

discret
last mark : 13/01/2012 07:18

eledo34
last mark : 08/12/2011 07:28

François Hodierne
last mark : 01/12/2011 19:49

vrossign
last mark : 05/11/2011 12:51

srcmax
last mark : 01/09/2011 15:05

84GHz
last mark : 10/06/2011 15:25

oberkom
last mark : 09/06/2011 11:51

Hieroglyphe
last mark : 21/05/2011 09:06

Spone
last mark : 05/05/2011 12:39

greut
last mark : 02/05/2011 06:07