Posts tagged css

Best of CSS Design Inspiration

1

I would like to share the best design sites with you.  Here is a list of 50 websites hand-picked – Best of CSS Design 2009.

Capture the Valley

Beautifully designed single page site.

Squawk Design

Impressive design by a graphic arts student, Dominik Lenk.

Holiday To Go

Love the red color applied on the tinted background.

Team Green

The torn paper and grunge effects are nicely put together. If you like my previous artistic design collection, you will like this site.

Radiant Plumbing

How can a plumbing website be so artistic (check out the header artwork)? If the contrast on the text area is higher, it would be a perfect design.

Alex Buga

Love the semi-transparent effects applied on the wood texture.

Burnett Dairy

Very cooperative, yet friendly.

Variable

Another

More >

Best Time Saving CSS Coding Tools You Should Know

0

CSS is the essential component of modern web design. But writing the CSS code from scratch for each web design project is a tiring and time-consuming job. Here are 15 CSS tools ranging from layout generators, form generators to code compressors that will save you a lot of time writing the CSS code for your next web design.

1. CSS Typeset

CSS Typeset is a handy tool that allows to test different font-styles on a piece of text and provides with the CSS code for chosen font-style that you can copy paste into your stylesheet quickly.

2. TypeTester

TypeTester is similar to CSS Typeset but with this, you can compare three different font-styles simultaneously and choose the one you find suitable. It also lets you specify the base font-size to adjust the em values.

3. CSS

More >

Methods to Create Equal Height Columns

0

Back when tables were used for layouts, creating equal height columns was very simple. All you had to do was create three cells in a row and you have a layout with equal height columns. The method for creating equal height columns isn’t as straightforward when you use CSS for layouts.

This article discusses some methods to create equal height columns that work on all major web browsers (including the infamous IE6). All of these methods show how to create a three column layout.

Create a layout in which all the three columns assume the height of the tallest column.

Method 1: Using display: table Attribute

In this method we use a list or one div enclosing a set of <div>s (one for each column). The enclosing div is given a display: table attribute and each enclosed div is given a display: table-cell attribute.

I’ll discuss this with an example: More >

CSS Based Javascript Free Pagination with Tooltips

CSS Based Javascript Free Cross-Browser Pagination with Tooltips

0

Blogs, forums, online slide presentations etc. mostly use simple previous – next text links for navigation. All other fancy, more useful pagination techniques need Javascript code or images. Yesterday, I came across to a new completely CSS based, Javascript and image free pagination example.

CSS Based Javascript Free Pagination with Tooltips

This cross-browser pagination technique is supported by:

  • Internet Explorer 6 or higher
  • Firefox 1.0 or higher
  • Chrome
  • Opera
  • Safari

More details and a demo can be found here.

displaying day and month information without a year

Usability Issues on Date Formating – Choosing the Right Date Format

0

While managing my rss subscriptions, I noticed that some websites use confusing date formatting. For example: What date is 12/05/09?

  • May 12th, 2009
  • December 5th, 2009
  • May 9th, 2012

Using Date Formats: MM/DD/YY (common in US), DD/MM/YY (common in Europe) and YY/MM/DD (used in Japan) are really confusing.

Dates used in web sites should be understandable for all cultures. The best practice for date formatting is using month names with 4 digit year. So the right formats for our example are – 12 May 2009 or May 12th, 2009.

It is hard for users to understand if the post is up-to-date or not when displaying day and month information without a year

Second issue about date formatting is displaying day and month information without a year. It is hard for users to understand if the reading is relevant for them. Showing full date enables More >

SlickMap - CSS based Sitemaps

Display Sitemap from HTML Unordered List without Javascript | Slick Map CSS

0

Since creating better looking sitemaps is quite time consuming, we usually end up having text-based unordered lists that does not look like a sitemap. From now on, you can have a very beautiful and visual site map with nothing more than your standard unordered list and CSS. SlickMap CSS is a simple stylesheet for displaying sitemaps directly from HTML given as unordered list. It allows 3 levels of navigation and additional utility links for LOGIN, CONTACT, ADVERTISE links.

SlickMap CSS is cross-browser and can be customized easily. It enables automation of sitemap design by eliminating the need for additional software.

SlickMap CSS – is a simple stylesheet for displaying finished sitemaps directly from HTML unordered list navigation.

The way data is visualized by SlickMap CSS is impressive. The arrangment, grouping, and color coding of data makes it very easy to identify and find relevant data. Everything in SlickMap More >

20+ Great CSS Tricks You Should Know

0

Here are 25 incredibly useful CSS tricks that will help you design great web interfaces. You might be aware of some or all of these techniques, but this can be your handy resource to nifty CSS tricks that you should know.

(more…)

Great CSS3 Articles, Cheat Sheets and Tutorials Collections

0

CSS3 is introducing endless of new and agitative functions and appearance like text-shadow, box-sizing, opacity, assorted backgrounds, border-radius, border-image. It is accepted that CSS3, already it is absolutely developed and supported, will leads to greater adaptability and accomplish it simpler to actualize circuitous and activating beheld effects. Even admitting it is not currently all the arch browsers that abutment new CSS3 appearance some of them has been alien in latest versions of browsers like Firefox, Safari and Chrome.

(more…)

Go to Top