public marks

PUBLIC MARKS from fredbird with tag css

2007

Frameworks CSS Reset CSS : design from scratch | css4design |Intégrateur html & css | ergonomie seo mots-clés google | infographiste pao | détourage et retouche couleur photoshop | formateur print & web

by 1 other
Jettons un oeil sur les principes sous-jacents aux frameworks CSS, sur leurs avantages et inconvénients, sur les frameworks CSS les plus populaires et la douzaine de feuille de style par défaut que l'on peut utiliser lorsqu'on travaille sur le design d'un nouveau site web.

Créer un menu à onglets avec CSS

Je vais montrer comment utiliser le langage des feuilles de style en cascade (CSS) pour créer un menu à onglets. La technique utilisée n'a rien de nouveau, mais elle sera l'occasion d'aborder plusieurs sujets rarement traités en un même endroit. Tout au long de mon exposé, je ferai référence à des considérations méthodologiques, notamment sur les principes de développement, les outils de validation et les raccourcis d'écriture CSS.

Créer un menu à onglets avec CSS

by 3 others
Je vais montrer comment utiliser le langage des feuilles de style en cascade (CSS) pour créer un menu à onglets. La technique utilisée n'a rien de nouveau, mais elle sera l'occasion d'aborder plusieurs sujets rarement traités en un même endroit. Tout au long de mon exposé, je ferai référence à des considérations méthodologiques, notamment sur les principes de développement, les outils de validation et les raccourcis d'écriture CSS.

Kits-Gratuits.net | Kits graphiques de qualité gratuits.

by 5 others
Kits-Gratuits.net (ou KG), est un site qui a été créé à la fin du mois d'Avril 2006 par une équipe de bénévoles motivés KG a pour vocation de vous aider à réaliser votre projet de site le plus facilement et dans les meilleures conditions possibles en vous proposant de nombreux kits-graphiques gratuits et de qualité professionnelle, valides aux nouvelles normes du W3C (vulgairement appelés templates). Dans cette perspective, un forum est mis à disposition pour répondre à vos diverses questions et vous aider dans la création de projet.

53 CSS-Techniques You Couldn’t Live Without | Smashing Magazine

by 60 others, 6 comments (via)
Over the last few years web-developers have written many articles about CSS and developed many useful techniques, which can save you a lot of time - of course, if you are able to find them in time. Below you’ll find a list of techniques we , as web-architects, really couldn’t live without. They are essential and they indeed make our life easier. Let’s take a look at 53 CSS-based techniques you should always have ready to hand if you develop web-sites.

50 Beautiful CSS-Based Web-Designs in 2006 | Smashing Magazine

by 19 others
2006 was rich on creative, beautiful and unusual design concepts. We’ve seen a lot of whitespace, many examples of readable and usable text-design, badges, stars, rounded corners, shapes, gradients, mirror and 3D-effects - just name it. Let’s take a close look at some of the most beautiful designs we’ve seen in 2006.

2006

Equal Height Columns using CSS - Ed Eliot

by 9 others (via)
Creating equal height columns with tables is easy. Of course we shouldn't use tables for layout. With CSS it's a little harder. If, for example, you create a three column layout by floating 3 DIVs within an overall container the result will probably look something like the following:

Amberjack: Site Tour Creator - Simple. Free. Open Source.

by 28 others
Amberjack is a lightweight Open Source library, enabling webmasters to create cool site tours. By guiding your site visitors, Amberjack tours can greatly improve the usability of your website. The Amberjack JavaScript library is lightweight (~4K), stable, LGPL licensed, browser compatible, set up in 2 minutes & super-easy to customize. Best of all, nothing must be installed or learned. Use the Tour Wizard to create great looking and helpful tours for your site or intranet application.

jDucastel

Je suis l'auteur du noyau générique webAppKit, et du quizz en ligne collaboratif quizzGeek. Chacun de ces deux projets a déjà son propre blog, donc je parlerai surtout ici de choses plus générales, dont quelques librairies génériques sur lesquelles ils s'appuient; et que j'ai également la plupart du temps commises.

Open Source Templates | Free Website Templates

by 7 others
These are Open Source Templates. Use them anyway you like. All we ask is that you link back to here to help us out.

Dynamic Drive CSS Library- Practical CSS codes and examples

by 57 others
Welcome to Dynamic Drive's new CSS library! Here you'll find original, practical CSS codes and examples such as CSS menus to give your site a visual boast.

Learn CSS Positioning in Ten Steps

by 26 others
This tutorial examines the different layout properties available in CSS: position:static, position:relative, position:absolute, and float.

Introduction - In search of the One True Layout

by 13 others
Pure CSS-based layouts have come a long way but they still have shortcomings [2] that fail to address certain design goals without compromising the true separation of content and presentation.

2005

Khmerang.com - CSS-Technique: Worn Type

by 6 others
I was asked about how did I do the rough worn type for post headlines on Khmerang.com, so I thought I’d write a kind of a tutorial on worn type. It’s quite simple technique, derived from Gilder/Levin image replacement, but instead of replacing the whole text, I’m just placing a repeating pattern image on top of it.

Robert’s talk » The Ultimate getElementsByClassName

by 5 others
To get all a elements in the document with a “info-links” class. getElementsByClassName(document, "a", "info-links"); To get all div elements within the element named “container”, with a “col” class. getElementsByClassName(document.getElementById("container"), "div", "col"); To get all elements within in the document with a “click-me” class. getElementsByClassName(document, "*", "click-me");

A List Apart: Articles: Printing a Book with CSS: Boom!

Can CSS be used for serious print jobs? To find out, we decided to take the ultimate challenge: to produce the next edition of our book directly from HTML and CSS files.

Behaviour : Using CSS selectors to apply Javascript behaviours

by 27 others
That's why I came up with Behaviour - my solution to unobtrusive javascript behaviours. Behaviour lets you use CSS selectors to specify elements to add javascript events to. This means that instead of writing:

fredbird.org | Some CSS-related javascript utility functions

by 2 others
Quelques functions javascript pour manipuler les attributs class des objets DOM

The Man in Blue > footerStickAlt: A more robust method of positioning a footer

by 9 others
Recently I've been asked to code up a few sites that require the Web page footer to be positioned either at the bottom of the browser window or at the bottom of the Web page – whichever is visually lowest.