Quantcast

100+ Massive CSS Toolbox

Fri, Apr 3, 2009

CSS, Tools

DiggThis
Delicious

In this article tripwire magazine provides a Massive CSS Toolbox giving you access to a really large collection of CSS Tools, Tutorials, Cheat Sheets etc.

Most would probably agree that CSS is one of the most important parts of modern standards based web design. CSS is really simple and extremely powerful if you know how to master it… if your new to CSS getting started can be quite hard. I hope this article will help you all to get more out of CSS in your web projects.

Introduction

CSS is used on nearly any website you can find online to describe presentation separately from the information. CSS is one of the most important www technologies and mastering it will give you the power to create professional web designs. This article cover most of the elements you need to learn about to get started and serious about using CSS.

Index

To make it easier for you to find exactly what you need the article has been split up in the following sections.

Other relevant resources

Check out some of the other articles on tripwire magazine that may interest you. Here are some relevant examples:

75+ Excellent Free Fonts For Professional Design

75+ Excellent Free Fonts For Professional Design

In this article tripwire magazine presents an overview of more than 75 excellent free fonts you should consider using for your designs. Not all free Fonts are worth using but the Fonts listed in this article have all been picked out because they are better than the rest.

109

80+ Photoshop Tutorials: Practical Web Interface Design

In this article tripwire magazine present you more than 80 high quality Photoshop Tutorial that guides you step by step in building up a web interface all the way from scratch.

92

35+ very Useful And Powerful CSS techniques

In this article tripwire magazine provides a list of very useful CSS Techniques that you can use freely to make your website or blog more dynamic and inprove its Look & Feel. The article will also give you an introduction to CSS and why it should be used instead of table-based layouts. hand-picked because they deserve to.

CSS Cheat Sheets

Print out your favorite Cheat Sheet and put it on the wall just next to your monitor to get instant access to CSS help and reference.

lesliefranke.com

lesliefranke-csscheatsheet

addedbytes.com

addedbytes

CSS Shorthand Cheat Sheet

csscheatsheet

Blueprint css Cheat Sheet

BlueprintV0

CSS 2 – Quick Reference Guide – PDF

qrg0007

CSS Cheat Sheet

css_cheatsheet

CSS Property Index

CSS-Property-Index

CSS Cheat Sheet

css-cheat-sheet

Cheat Sheet CSS Shorthand Codes

CHEAT_SHEET_CSS_SHORTHAND_CODES

CSS Need to know Stuff

How to Add Variables to Your CSS Files

Any designer who has worked with large CSS files will agree that its major weakness is its inability to use variables. In this article, we will learn how to implement variables by using PHP and Apache’s URL rewrite mod.

how-to-add-variables-to-your-css-files

10 Principles of the CSS Masters

When it comes to CSS, there are lots of resources and supposed “expert tips” on the web. These are from unproven, self-proclaimed “gurus” who have no street cred in the design world. While they may have valid points, how is one to know whether a CSS tip is a valid resource or just an untested hack?

Instead of relying on unknown sources for advice, let’s look deeply into designers who have excellent design backgrounds and have walked the walk. These CSS tips are gathered from some of the most respected designers on the planet. They have the portfolios to back their advice up, so you’ll know that each tidbit of advice is of the highest quality.

CSS Specificity: Things You Should Know

Apart from Floats, the CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why your CSS-rules don’t apply to some elements, although you think they should have. In order to minimize the time for bug hunting you need to understand, how browsers interpret your code. And to understand that, you need to have a firm understanding on how specificity works.

Solving 5 Common CSS Headaches

CSS is a relatively simple language to learn. Mastering it, on the other, can prove a little more difficult. Compensating for various browser inconsistencies alone can produce a migraine. In this article, we’ll demystify five of the most head thumping issues that you’ll encounter when building web applications.

5 Techniques to Acquaint You With CSS 3

CSS is a well-known, widely used language to style websites. With version three in the works, many time-saving features will be implemented. Although only the most modern browsers currently support these effects, it’s still fun to see what’s around the corner! In this tutorial I’ll show you five techniques.

5-techniques-to-acquaint

CSS fix for the double margin float bug in IE6

There are several well known bugs that affect only Internet Explorer 6 that can wreak havoc on your websites. One of the most annoying is the double margin float bug in IE6, simply if you float a block level element to the left it will double the margin you have applied to the element and most of the time break your site entirely in a strange way.

css-fix-for-the-double-margin-float

CSS Equal Columns Height

A common pitfall of a CSS based columns layout is that the columns do not share a common height. Unlike a table based layout where the height of the table itself dictates the height of all of its columns, CSS columns are independent of one another in that respect. Now, this can be problematic (from a design standpoint) when you wish to style one of your CSS columns in a way that should extend all the way down to the end of the layout, such as giving a side column an explicit background color, a surrounding border etc…

5 Ways to Instantly Write Better CSS

Sure, anyone can write CSS. Even programs are doing it for you now. But is the CSS any good? Here are 5 tips to start improving yours…

1. Reset, 2.Alphabetize, 3. Organization, 4. Consistency, 5. Start in the right place…

CSS Tutorials

Fun With CSS Shapes

I bet a bunch of you don’t realize that we can create the illusion of shapes by using 100% CSS. By utilizing the border property in creative ways, we can make some really interesting polygons. In this week’s screencast, we’ll figure out a way to create speech-bubbles without resorting to background images.

fun-with-css-shapes

Prototype a Magazine-Style Home Page Template with the Blueprint CSS Framework

When Collis launched this site and asked readers for tutorial requests, a common one was for a “magazine themes” how-to for blog platforms. This tutorial focuses on the first part of the process: applying a CSS grid to the design to prototype a home page template.

blueprint-css-framework

Creating a CSS layout from scratch

This guide will attempt to take you step by step, through the process of creating a fully functioning CSS layout. I will try my best to explain the concepts behind each step, but a lot of the time other people have already covered these things better than I can. Because of this there will sometimes be links to more information on external sites.

csslayout

Prototyping With The Grid 960 CSS Framework

Grid 960 is a CSS Framework that enables developers to rapidly prototype designs. They are excellent tools for creating mock ups. Why? Because they do all the heavy lifting allowing you to get faster results.

prototyping-with-the-grid-960

Build a Newspaper Theme With WP_Query and the 960 CSS Framework

WP_Query is a powerful tool to control what comes out of your loop. Today I’m going to teach you all how to use it to make a 3 columned newspaper theme that has all your main blog posts in the main column, and off to the side a set of posts with a certain category. We’ll be using the 960 CSS framework for the basic layout and reset of our theme, it will chop a lot of work off what’s needed!

build-a-newspaper-theme-with-wp

Advanced Typography techniques using CSS

This is an example of what you can do by combining and tweaking type using css. I am not at this time going to be describing the code in much depth, but if you are interested in learning how I did it download my advanced css typography example page and look through the source code.

advanced-typography-techniques-using-css

Absolute Positioning Inside Relative Positioning

A page element with relative positioning gives you the control to absolutely position children elements inside of it.

To some, this is obvious. To others, this may be one of those CSS “Ah-ha!” Moments. I remember it being a big deal for me when I first “got it”.

absolute-positioning-inside

csslicingguide

CSC Layout Generator Tools

CSS Creator

Creates a fluid or fixed width floated column layout, with up to 3 columns and with header and footer. Values can be specified in either pixels, ems or percentages.

CSS-ayout-Generator

CSSFly

CSSFly is a web 2.0 tool for easy editing websites direct and in real-time in your browser. Simply edit the (X)HTML-code and the external Style-Sheet files : what you code is what you get! This tool is designed for developers. Use it for developing, testing or checking your web-project or take a look behind the scenerys of your favourite websites.

cssfly

Which CSS Grid Framework Should You Use for Web Design?

Ever wondered how all those slick “magazine” themes for WordPress and other platforms were created? Many, if not all, were designed using a CSS Grid Framework – at least in essence if not in actual fact. That is, you can use an existing CSS framework or build your own from scratch. While it’s possible to design complex web page layouts without a framework, it’s arguably an act in masochism. In this article you’ll get an overview of the current batch of Frameworks and which you should choose to use.

which-css-grid-framework-should-you

CSS Grid Positioning Module Level 3

This module describes integration of grid-based layout (similar to the grids traditionally used in books and newspapers) with CSS sizing and positioning.

css3-grid

Grid Designer 2.6b

This tool enables you to create a grid by specifying the number of columns and the widths of the columns, gutters and margins. You can also specify typography in the same tool and export the final CSS and (X)HTML markup. You can also bookmark your grid and typography settings and create designs with spanning columns. Created by Rasmus Schultz.

mindplay

Fixed Length CSS Layouts

faux-css-layouts

Learn CSS Positioning in Ten Steps

positioning

Accessible Form Builder

form-builder

List-O-Matic

List-o-matic lets you choose the content, layout and presentation of your list-based navigation menus. Just give it a go – it’s child’s play!

list-o-matic

Markup Maker

Markup Maker takes a simple list of page ids that you enter and converts it to a valid XHTML/HTML document (scaffolding, if you like). Now includes HTML5 support

markup-maker

CSS Mate

CSS Mate is an online CSS editor.

cssmate

Spanky Corners

‘Spanky Corners’ is an experimental technique for using only CSS to produce ’round-cornered content boxes’ with semantically pure markup. It does not require JavaScript to work

spanky

CSS Rounded Box Generator

A tool to generate HTML and CSS for rounded corner boxes.

css-rounded-box

Online CSS style editor.

cssdesigner

CSS HTML PHP Website Template Maker

A PHP/HTML/CSS template generator that creates a two column layout with both a header and a footer. This PHP / CSS Style Sheet template generator outputs full featured tableless code i.e. tables are NOT used for the template with the column layout. The resulting template is a combination of several files i.e. this is a true PHP, html, CSS template that makes it easy to control multiply pages at a web site.

maketemplate

Page Maker – The Generator Form

CSS Source Ordered Variable Border 1-3 Columned Page Maker

pagemaker_form

Firdamatic

An online tableless layout generator that allows you to create and customize layouts easily only by completing forms, making creating skins for your Firdamatic-based layout a breeze. This tool is available for free for personal/non-commercial use only .

firdamatic

Free CSS Template Code Generator

Yields a three column layout without using any Tables. This HTML & CSS Style Sheet template generator outputs a full featured 3 column template. Resulting in an instant web page with a customized template that can be used to control the look of an entire site.

csstemplate

CSS Form Code Make

HTML/CSS form generator that creates a nice looking layout for forms. Add a ‘little color’ to the forms.

CSSFormCodeMaker

CSS Menu Generator

Generates both the CSS and the HTML code required to produce a text-based yet appealing set of navigation buttons. As text links are fast becoming preferred over images where search engine optimization is needed, a CSS menu can give the effectiveness of text links with a better look than standard text links. For an example of a CSS menu, look at our navigation on the left.

css-menu-generator

CSS Navigation and Menus Tools

The ULTIMATE CSS only drop-down menu

final_drop

CSS Candy Menu

Candy Menu is a stylish CSS drop down menu that’s comes in six provocative colors to get you started.

css_candy_menu

19 Horizontal menu designs

h-menudesigns

Multiple Levels

mul-menudesigns

Advanced CSS Menu Trick

What we want to do here, is instead of simply altering the state of the navigation item the user is currently rolling over, we want to alter the non navigation items as well. This will help focus the users attention on the item they have selected on, and create a new look and feel for the site overall. Want to see it in action? Look at my demo page before we start.

3point7designs

Vertical menu designs

v-menudesigns

Howto Create CSS menus

testMenu

Using Sliding Doors with Wordpress Navigation

sliding-doors-wordpress-navigation

CSS Tabs Menu with Dropdowns

dave-woods

Advanced CSS Menu

Webdesignerwall

Animated horizontal tabs

animated_horizontal_tabs

A flyout menu with breadcrumb trail

breadcrumb

A CSS only validating flyout menu

flyoutt

Three up two down vertical flyout

three-up-two-down

A flyout menu with FOUR sub levels, overlap and overrun.

flyout_4level

CSS graphic menu with rollovers

cssmenu

CSS Sprite Navigation Tutorial

navbar_example

cross-browser drop-down cascading validating menu

dd_valid2

Variations on a drop-down theme

drop_variation

CSS Menu – Horizontal/Vertical

cssmenus

11 CSS Navigation Menus

cssmenus2

CSS Mini Tabs (the UN-tab, tab)

minitabs

14 Vertical CSS Menus

EBmenus

CSS Tabs

css-tabs

Horizontal menu, top to bottom

htb

Hybrid CSS Dropdowns

hybrid

Flexible navigation example

Flexible-navigation

Navigation matrix reloaded

nav_matrix

CSS only flyout menu with transparency

flyout_horizontal

CSS only flyout/dropdown menu

fly_drop

Other CSS Tools

Styleneat

This tool can really make your come more neat!

styleneat

CSS Compressor

Use this utility to compress your CSS to increase loading speed and save on bandwidth as well. You can choose from three levels of compression, depending on how legible you want the compressed CSS to be versus degree of compression. The “Normal” mode should work well in most cases, creating a good balance between the two.

csscompressoradvanced

CSSTidy

CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which can be controlled per command line and as PHP script (both with almost the same functionality).
In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.

Tabifier

A tool to properly indent computer code. The style it produces is a mix of my personal preferences for indentation plus what I could manage to make a program produce from dirty source. The tabifier currently supports CSS, HTML, and C Style code; the latter being anything that uses curly braces to start and end blocks, and semicolons to terminate statements. JavaScript and PHP both fall into that latter category.

tabifier

CSS Beautifier

Offers a variety of options, among them – Style Rule Settings, Style Property Settings, Alphabetizing Feature and De-Capitalization Feature.

FormatCSS

5 Time Saving CSSEdit Tips

CSSEdit is another fantastic web dev app, which takes Apple’s WebKit by the reigns to deliver a fantastic real-time visual CSS editing experience. But that’s just it! People only know it as a visual CSS editor, when it is actually much more! I use these 5 fantastic tips to keep my work flow fast and smooth.

5-time-saving-cssedit-tips

CSS Formatierer und Optimierer

Based on csstidy 1.3dev. The service is available in 4 languages : English, Deutsch, French, Chinese. It provides different compression layouts; you can sort selectors, properties, regroup selectors, optimize shorthands, compress colors, compress font-weight, discard invalid properties and add timestamps. It also allows to create a custom template the system will use to format the code. Note that your code should be well-formed. This is not a validator which points out errors in your CSS code.

Postable

“I absolutely hate having to switch all the ‘< ‘ and ‘>’ signs in my code to ‘<’ and ‘>,’ respectively. I also hate having to write “&” any time I want to include an ampersand. It makes including code snippets on my blog and whatnot extremely annoying, and today I finally got fed up.” This handy tool is a little app that will do all that for you. Created by Elliot Swan.

Postable

Clean CSS

A tool to optimize and format your CSS. Note that your code should be well-formed. This isn’t a validator which points out errors in your CSS code.

CSS Colors Palette Generator

Upload an image to generate a color palette based on the image’s primary colors. Useful for quickly grabbing a particular color within an image for inspiration.

imagepalette

CSS Color Chart

This page contains a neutral colors chart and a general-purpose color chart. You can use the colors in the palettes with either HTML or CSS. Click on the color code to select it, then you can copy and paste it. Click on the Toggle button to convert from Hex to RGB and back. The charts are printed in tabular fashion so you can narrow your browser window with the palette and compare the colors to your design side-by-side.

I Like Your Colors!

A tool to extract the colors from the HTML and CSS of any web site. Compare the colors easily using hue groups.

I-Like-Your-Colors

CSS Web Designs

42 Two column CSS Designs

css-designs-two-col

Three column CSS Designs

Three-columns-designs

34 Mixed cols and rows CSS Designs

Mixed-cols-and-rows

Related posts

  1. Massive Regular Expressions Toolbox Regular expressions (“regex’s” for short) are sets of symbols and...
  2. 45+ CSS Grid Systems, Layout Generators and Tutorials that every Designer should know In this article tripwire magazine presents a large collection...
  3. 60+ Typography & Font Mega Toolbox In this article tripwire magazine provides a collection of more...
  4. 50+ Online CSS Tools for Web Developers and Designers For web developers and designers CSS is like a...
  5. 200+ Massive Free Drupal Theme Compilation It’s been a while since tripwire magazine back in...

Please subscribe to tripwire magazines rss feed

Please remember to share this post!

DiggThis
Delicious

26 Comments For This Post

  1. joão Says:

    I must try those round boxes generators ^^,
    Thanks for this amazing post :)

  2. Rahul Says:

    Wow, this is really a massive css toolbox article.
    Awesome.

  3. W3Planting Says:

    This is really great and MASSIVE collection of great CSS website, great work !

  4. Rick Says:

    Thank you for this great article. Many CSS tools and article here I need to read. Big thanks to you.

  5. Web Designer Says:

    Thanks for the really awesome collection of CSS tools and techniques.

  6. Jonny T. Says:

    This is an awesome post of CSS tools, and great cheat sheets definitely retweeting this.

  7. Kevin C. Says:

    Great list! Styleneat(.com) is another good one to add to that.

  8. LG Says:

    Excellent list! There’s one more tool I found on twitter recently via smashmag – styleneat.com. Thanks for the awesome collection though!!

  9. Gaurav M Says:

    you have covered almost everything nothing is left behind.
    this page should be called holy page of CSS

  10. tripwiremag Says:

    Many many thanks for the positive feedback. I have added styleneat.com as requested.

  11. Administrator Says:

    Many many thanks for the positive feedback. I have added styleneat.com as requested.

  12. Hezi Says:

    This is one of the best CSS posts ever!

    great job!

  13. Rob Says:

    One million CSS tools and references you can use today! And you can spend years scrolling through them all and then you die.

  14. Daniel Says:

    Great high quality list. Thank you a lot.

  15. Condo in Calgary Says:

    Some interesting thoughts in your articles that will come in handy with my next client – Thanks for taking the time to share!

  16. Frato Says:

    You may want to add YASC, a tool to easily generate the css rules for your sprite images : http://www.lecentre.net/fratoblog/yasc/

  17. SEO Company Says:

    WOW. This is a massive CSS resource. I got the link via Twitter and now it’s bookmarked for future references.

    Nice job. Thanks for sharing!

  18. Robor Says:

    http://www.tripwiremagazine.com – da best. Keep it going!
    Robor

  19. John1476 Says:

    Very nice site!

  20. Erik Says:

    Boks is a great tool as well, it’s a visual editor (made in a sweet Air application) that generates html and css using the excellent blueprintcss framework..

    Check it out at http://toki-woki.net/p/Boks/

    Cheers

    Erik

  21. CANYON Says:

    Very good! Very big thank

  22. jpablobr Says:

    Amazing thanks!

  23. Isaiah Says:

    Cool

  24. Obiez Says:

    Really nice link…absolutely I founded what i need..

  25. Clément Says:

    Thanks a lot ! This is so much helpful !

  26. How To Wordpress Says:

    Thanks for this list! It’s full of a lot of useful info.

25 Trackbacks For This Post

  1. Posts about CSS as of April 13, 2009 | XHTML and CSS Says:

    [...] More info Instant Style Sheet Preview with Internet Explorer or FireFox X-Ray for HTML preview 100+ Massive CSS Toolbox – tripwiremagazine.com 04/03/2009 In this article tripwire magazine provides a Massive CSS Toolbox [...]

  2. Emil Jansson » Bästa i blogg inläggen v. 15 Says:

    [...] 100+ Massive CSS Toolbox från tripwiremagazine.com 350 great css tools and techniques från abduzeedo.com Detta är två bra inlägg om du vill lära dig eler fördjupa dig i css. jag kan behärska css lite men ska när tid finns öka mina kunskaper och dessa två inlägg kommer att vara till stor nytta. har letat böcker men det händer så mycket nytt inom webb så böcker åldras snappt. [...]

  3. 100+ Massive CSS Toolbox | Jonny T Designs Says:

    [...] 100+ Massive CSS Toolbox (Click here) [...]

  4. Neue Links - Neustart-Magazin Says:

    [...] 100+ Massive CSS Toolbox | tripwire magazine – Grißartige Sammlung von CSS-Vorlagen, Frameworks, Tipss und Tricks. [...]

  5. Topics about Web-design | 100+ Massive CSS Toolbox | tripwire magazine Says:

    [...] Impact web design Blog placed an interesting blog post on 100+ Massive CSS Toolbox | tripwire magazineHere’s a brief overview Bookmark this on Delicious – Saved by edmarferreira to web webdesign tutorials reference tools css resources design – More about this bookmark [...]

  6. April Links Says:

    [...] 25 Rounded Corner Tutorials 100+ Massive CSS Toolbox [...]

  7. 50+ Promising Collection Of Resources And Inspirations For Designers To Discover The Best Of The Web In April @ SmashingApps Says:

    [...] 100+ Massive CSS Toolbox [...]

  8. Wordpress Blog Services - 50+ Promising Collection Of Resources And Inspirations For Designers To Discover The Best Of The Web In April Says:

    [...] 100+ Massive CSS Toolbox [...]

  9. FreeDownloadSecrets.com » Blog Archive » 50+ Promising Collection Of Resources And Inspirations For Designers To Discover The Best Of The Web In April Says:

    [...] 100+ Massive CSS Toolbox [...]

  10. For links or for readers? - Blogopreneur.com Says:

    [...] that if you create a long list of resources – like “50 Beautiful Blog Designs“, “100+ Massive CSS Toolbox” or “50 Totally Free Lessons in Graphic Design Theory“, that blog post will get [...]

  11. For Links or For Readers? « Tajemnice Pozycjonowania Says:

    [...] that if you create a long list of resources – like “50 Beautiful Blog Designs“, “100+ Massive CSS Toolbox” or “50 Totally Free Lessons in Graphic Design Theory“, that blog post will get [...]

  12. 100+ Massive CSS Toolbox Says:

    [...] DIRECT LINK » [...]

  13. ??????Bookmark (5/10-5/17) - ElectronicBrain is eating BreakFast Says:

    [...] 100+ Massive CSS Toolbox | tripwire magazine [...]

  14. 45+ CSS Grid Systems, Layout Generators and Tutorials that every Designer should know | tripwire magazine Says:

    [...] 100+ Massive CSS Toolbox [...]

  15. Findings of June 23 - Jack is Here Says:

    [...] 100+ Massive CSS Toolbox [...]

  16. ??????? » [Web] ???? Says:

    [...] 100+ Massive CSS Toolbox [...]

  17. 45+ CSS Grid Systems, Layout Generators and Tutorials that every Designer should know | huibit05.com Says:

    [...] 100+ Massive CSS Toolbox [...]

  18. 100+ Massive CSS Toolbox | tripwire magazine Says:

    [...] Continued here: 100+ Massive CSS Toolbox | tripwire magazine [...]

  19. Whoila Blog » Blog Archive » Some more CSS frameworks Says:

    [...] http://www.tripwiremagazine.com/tools/css-tools/css-mega-toolbox.html [...]

  20. Twitter Trackbacks for 100+ Massive CSS Toolbox | tripwire magazine [tripwiremagazine.com] on Topsy.com Says:

    [...] link is being shared on Twitter right now. @videohive, an influential author, said 100+ Massive CSS [...]

  21. Kaffehausdekadenzmoderne » Archives » 100 Design-Related Blog Posts With Lists of 100 Things Says:

    [...] 100+ Massive CSS Toolbox (It’s massive!) [...]

  22. 100+ Massive CSS Toolbox | tripwire magazine | Kerja Keras Adalah Energi Kita Says:

    [...] posted here: 100+ Massive CSS Toolbox | tripwire magazine AKPC_IDS += "5915,";Popularity: unranked [?] Tags: a-really-large, article, cheat, cheat-sheets, [...]

  23. Mas de 100 tutoriales, ejemplos y trucos usando HTML + CSS | ./mikengel~ Says:

    [...] Enlace | 100+ Massive CSS ToolBox [...]

  24. TOP 10 sites with CSS tools » Click on post Says:

    [...] TOP 7 – Tripwiremagazine.com [...]

  25. Tweets that mention 100+ Massive CSS Toolbox | tripwire magazine -- Topsy.com Says:

    [...] This post was mentioned on Twitter by tripwire magazine and Joel Turner, Yasir Ali Chishti. Yasir Ali Chishti said: 100+ Massive CSS Toolbox http://ow.ly/YuQ9 via @tripwiremag [...]

Leave a Reply