public marks

PUBLIC MARKS from srcmax with tag css

June 2010

3+ Ways to Preload Images Using CSS, JavaScript, or Ajax • Perishable Press

by 1 other
Preloading images is a great way to improve the user experience. When images are preloaded in the browser, the visitor can surf around your site and enjoy extremely faster loading times. This is especially beneficial for photo galleries and other image-heavy sites where you want to deliver the goods as quickly and seamlessly as possible. Preloading images definitely helps users without broadband enjoy a better experience when viewing your content. In this article, we’ll explore three different preloading techniques to enhance the performance and usability of your site.

#eCSStender.org { content: "Homepage"; }

by 4 others

Say goodbye to the browser-specific properties and hacks cluttering your files and say hello to lean, mean CSS. With eCSStender, when you write the rules, browsers pay attention.

Fighting the @font-face FOUT « Paul Irish

by 4 others
FOUT is what I'm calling the flash of unstyled text that you get while using @font-face in Firefox and Opera.

April 2010

Interview avec Daniel Glazman, auteur de BlueGriffon - Standblog

Ceci est une interview de Daniel Glazman réalisée par messagerie instantanée le 31 mars 2010 alors que Daniel était à Cupertino (Californie) pour une réunion du CSS Working Group du W3C dont il est le co-chairman.

March 2010

Font Squirrel | Download Hundreds of Free @font-face Fonts

by 8 others

Download hundreds of prepackaged @font-face kits which

include four font formats, CSS and HTML code. See below for details.

Don't see what you need? Try our new @Font-Face Generator.

Upload your own fonts and get a kit back!

December 2009

Creating a Rotating Billboard System with jQuery and CSS | Codrops

In this tutorial we will use some images, CSS and jQuery to create the effect of a rotating billboard with two ads. The idea is to make one set of image slices disappear while another one (the other ad) appear. We will decrease the width of each disappearing slice and increase the width of each appearing slice. This will give the effect of rotating slices, just like in a rotating billboard system.

November 2009

A propos du Modèle de boîte Microsoft (ou "quirks") - Alsacréations

Internet Explorer interprète les dimensions CSS différemment des autres navigateurs, ou plutôt interprétait... Contrairement à ce que laissent supposer certains articles et propos de designers "chevronnés" qui n'en démordent pas, Internet Explorer 6 de Microsoft interprète les dimensions CSS des pages html et xhml valides de la même manière que les autres navigateurs de même génération.

Compatibility Master Table

This is a general overview table; a Yes here does not mean a browser supports every tiny detail of the specification correctly. Instead, it means that it supports a workable subset of the specification. In IE’s case this may mean that it supports its proprietary methods and properties, and that those properties are generally equivalent to the W3C spec.

CSS Compatibility and Internet Explorer

by 1 other

With each new release of Windows Internet Explorer, support for the Cascading Style Sheets (CSS) standard has steadily improved. Internet Explorer 6 was the first fully CSS, Level 1-compliant version of Internet Explorer. Windows Internet Explorer 8 is fully compliant with the CSS, Level 2 Revision 1 (CSS 2.1) specification and supports some features of CSS Level 3 (CSS 3).

October 2009

Transitions CSS3 - Alsacréations

by 2 others
Beaucoup d'intégrateurs en ont rêvé : animer les pages web uniquement à l'aide de styles CSS, sans apport de JavaScript. Grâce aux dernières évolutions du langage et au module CSS3 Transitions, il est désormais possible de réaliser des transitions basiques à l'aide de CSS dans les navigateurs récents (Safari 4+, Chrome 2+, Firefox 3.6+)... et demain dans Internet Explorer ou Opera ?

LESS - Leaner CSS

by 5 others
LESS extends CSS with: variables, mixins, operations and nested rules. Best of all, LESS uses existing CSS syntax. This means you can rename your current .css files to .less and they'll just work.

CSS - Contents and compatibility

by 16 others
CSS contents and browser compatibility

September 2009

June 2009

Outlook’s broken—Let’s fix it

Microsoft has confirmed they plan on using the Word rendering engine to display HTML emails in Outlook 2010. This means for the next 5 years your email designs will need tables for layout, have no support for CSS like float and position, no background images and lots more. Want proof? Here’s the same email in Outlook 2000 & 2010.

Boks - A Visual Grid Editor

by 2 others
Boks is an AIR application (so it works on Windows, Mac and Linux) that provides a User Interface for Blueprint CSS's framework. It's been designed for those who think the Grid System is good but never really took the time to give it love.

May 2009

Simple Page Peel Effect with jQuery & CSS

by 7 others (via)
You have probably seen these forms of advertisings where you can peel a corner of a website and see a message underneath. It seems most are flash driven, but I decided to try it out using some simple lines of jQuery.