CSS stuff

TwitterFacebook
Get flash to fully experience Pearltrees
http://christianheilmann.com/2007/01/22/five-css-tricks-that-repeatedly-saved-my-ae-why-need-more/

Five CSS tricks

Getting a lot of hits from the 53 CSS -Techniques You Couldn’t Live Without post on Smashingmagazine I realised I don’t really need a lot of those (although a lot are cool). Instead let me share with you CSS techniques that saved my a*** whenever I had to create a layout using CSS or proving those wrong that claimed layout tables cannot be replaced. None of these are new, and many will be the comment that people knew about this, but I can safely say that knowing about the following and some scripting allows me to create almost any of the fancy 53 techniques mentioned. Tabula Rasa – the global whitespace reset In October 2004 I found Andrew Krespanis’ global whitespace reset on his still (to me ) beautiful site leftjustified.
http://www.w3schools.com/css/css_reference.asp

CSS2 Reference

W3Schools' CSS reference is tested regularly with all major browsers.
The Sponsored Listings displayed above are served automatically by a third party. http://spellbook.infinitiv.it/2006/09/03/css-best-articles.htm

CSS Best Articles - Spellbook - IT mage's best friend

25 Rounded Corners Techniques with CSS

Even More Rounded Corners With CSS – nice technique with fluid rounded corner dialogs and support for borders, alpha transparency throughout, gradients and patterns. curvyCorners – a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners. http://www.spiffycorners.com/ – simple way to generate the CSS and HTML you need to create anti-aliased corners without using images or Javascript. http://www.cssjuice.com/25-rounded-corners-techniques-with-css/

CSS and round corners: Making accessible menu tabs

http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners.shtml Amazon's menu tabs with their nice round corners, for example, look really nice but are rather inaccessible . First of all, they're missing ALT tags. Additionally, the W3C s accessibility guideline 3.1 (priority 2) clearly states:
http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml Our article, Ten CSS tricks you may not know has proven to be such a success that we decided it was time to offer you ten more CSS tricks that you may not know.

Ten more CSS tricks you may not know

Reset CSS

http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ After a bit of time to bake and a few more suggestions from readers, I have what I’m willing to call the final version of my take on the topic of reset styles.
At westciv, we've been helping people make sense of CSS, and web development for nearly 15 years.

CSS and web standards tutorials, info and help

http://www.westciv.com/style_master/house/
http://coding.smashingmagazine.com/2007/01/19/53-css-techniques-you-couldnt-live-without/ CSS is important. And it is being used more and more often. Cascading Style Sheets offer many advantages you don’t have in table-layouts – and first of all a strict separation between layout, or design of the page, and the information, presented on the page.

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

When using a background image, use an image that does not disturb the text. http://www.w3schools.com/css/css_background.asp

CSS Background Properties

Floatutorial: Step by step CSS float tutorial

Floatutorial takes you through the basics of floating elements such as images, drop caps, next and back buttons, image galleries, inline lists and multi-column layouts.