hidden

Smashing Magazine

50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Advertisement

Although CSS is generally considered a simple and straightforward language, sometimes it requires creativity, skill and a bit of experimentation. The good news is that designers and developers worldwide often face similar problems and choose to share their insights and workarounds with the wider community.

This is where we come in. We are always looking to collect such articles for our posts so that we can deliver the most useful and relevant content to our readers. In this post, we present an overview of useful CSS/jQuery coding tips, tricks and techniques for visual effects, layouts and web form design to help you find solutions to the problems you are dealing with or will have to deal with in future.

You may want to look at similar CSS-related posts that we published last months:

[By the way, did you know we have a free bi-weekly Email Newsletter? Subscribe now and get fresh short tips and tricks!]

CSS Layouts: Techniques And Workarounds

Facebook Style Footer Admin Panel
Learn how to re-create the Facebook footer admin panel with CSS and jQuery. Also check out part 2.

Css-technique-15 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Adaptable View: How Do They Do It?
This tutorial explains how to manually change a layout, and it shows two great examples and “how they did it.”

Css-technique-01 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Easy Display Switch with CSS and jQuery
A quick and simple way to enable users to switch page layouts using CSS and jQuery.

Css-198 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Quick Tip – Resizing Images Based On Browser Window Size
In fluid layouts, formatting text to adjust smoothly to window size is easy, but images are not as fluid-friendly. This quick tip shows how to switch between two image sizes based on the size of the browser, the DIV or whatever else you choose.

Css-064 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

One Page Résumé Site
A clean layout on one page—literally (just one index.html file with optional images). It comes with contact information in microformats and a main area for the resume using a definition list (dl). And it prints well.

Css-000 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Pegs: Automate Display: fixed++
Chris Wetherell posts on Pegs, a strategy for having one scroll bar but independent scrolling areas. After the first one, click on the other items to flip between sizes. You will see that an area’s scroll depends on the configuration.

Css-135 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

CSS 100% Height
A common problem among designers is how to get a div to stretch 100% of the window’s height. There are a few different techniques out there, and this tutorial shows one of them.

Css-technique-18 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

CSS3 Drop-Down Menu
A clean, simple a nice navigation menu, designed by Nick La.

Css-technique-21 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

CSS Trick for a Scrolling Transparent Background Effect
Scroll the page to watch a battle between good and evil take shape. The effect requires two images: one transparent and one tiled gradient image. The gradient scrolls under the transparent PNG. Because it matches the colors in the PNG, each set of images disappears, depending on the part of the gradient they’re on top of.

Css-148 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Fluid Images
By default, an image element that is 500 pixels doesn’t exactly play nice with a container as large as 800 pixels or one as small as 100. What’s a designer to do?

Css-069 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Scroll/Follow Sidebar, Multiple Techniques
A really simple concept: the sidebar follows you as you scroll down the page. There are a number of ways to go about it. Two are covered here: CSS and JavaScript (jQuery), with a bonus CSS trick.

Css-technique-00 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Vertical Centering With CSS
There are a few different ways to vertically center objects using CSS, but choosing the right one can be difficult. Here is a list of the best ways and an explanation of how to create a nice centered website.

Css3-new-08 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Create YouTube-like adaptable view using CSS and jQuery
Other than the “Turn off the lights” feature, YouTube has great stuff, such as the “change view” feature, which allows you to switch between normal and wide mode, thus expanding or shrinking the video area. Creating this is very simple.

Css-142 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

How To Create a Horizontally Scrolling Site
If websites were made of wood, the grain would run up and down. Vertical is the natural flow of the Web. But browsers are equipped with vertical and horizontal scroll bars, right? We have the choice to go against the grain and create web pages that scroll primarily horizontally and that even expand horizontally to accommodate more content. Perhaps a slight blow to usability, but a cool creative touch nonetheless!

Css-technique-02 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Purely CSS – Faking Minimum Margins
min-margin is non-existent in the CSS world. After you’ve pondered and Googled it, check out the solution here.

Css-technique-03 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Create Sidebars of Equal Height with Faux Columns
CSS can be tricky business. Creating columns of equal height, where the content in one column is longer than the content in another, is frustrating. Here’s where the faux-column technique can help. Find out how this solution makes even the most complicated layout a breeze to code.

Setting Equal Heights with jQuery
Here is a script to match the heights of boxes in the same container and create a tidy grid, with little overhead.

Css-141 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Quick Tip: Centered Fake Floats
There were ways to center-align left-floated elements, but then inline-block became popular and everything changed. After a bit of tinkering, Zaharenia Atzitzikaki found an efficient and (mostly) cross-browser-compatible way to center elements without floats.

6 Flexible jQuery Plugins to Control Web Page Layouts Easily
A collection of six jQuery plug-ins to manage page layouts easily.

Css-125 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Four Methods to Create Equal-Height Columns
This article discusses ways to create equal-height columns that work in all major browsers (including IE6). All of the methods show how to create a three-column layout.

Css-065 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

How to: CSS Large Background
A tutorial with various CSS examples for how to create a large background using either a single image or double images.

Css-080 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

A Nice Little CSS Positioning Technique
Here, we have a basic unordered list (ul), with left-floated images where the text doesn’t wrap under the images. Of course, this technique could be deployed in loads of other instances.

Css-117 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Perfect Full Page Background Image
This technique allows an image to fill the page, with no white space. The image scales as needed and retains its proportions, without triggering scroll bars.

Css-162 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Smart Columns With CSS and jQuery
In observing liquid-width websites, Soh Tanaka sees two common techniques for displaying columns: fixed columns and liquid columns. He points out the drawbacks of both and pitches his solution.

Css-057 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Images And Visual Effects With CSS

A Beautiful Apple-Style Slideshow Gallery With CSS and jQuery
Create an Apple-like slideshow gallery, similar to the one used on Apple’s website to showcase products. It works entirely in the front end; no PHP or databases required.

Css-technique-12 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Rolling a coke can around with pure CSS
Román Cortés is having a lot of fun doing CSS tricks these days. He just built a rolling coke can that uses background-attachment, background-position and a few other tricks to achieve the effect. No fancy CSS3 needed here!

Css3-new-10 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Grayscale Hover Effect With CSS and jQuery
A few months ago, James Padolsey introduced a cool grayscale technique for non-IE browsers. His technique inspired Soh Tanaka to come up with a workaround with a similar effect. His solution relies on CSS Sprites and a few lines of jQuery, but it requires a bit of preparation before implementation. It is not recommended for large-scale projects; it is probably best for portfolio pieces.

Css-055 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Codename Rainbows
Some JavaScript and CSS magic is used here to apply a two-color gradient to text. Shadows and highlights can also be applied. This works especially well on big websites and for dynamic content where creating images for every instance would be impractical.

Css-097 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

3 Easy and Fast CSS Techniques for Faux Image Cropping
This article summarizes three fast and easy CSS techniques for displaying only a portion of an image. All of the techniques need only a couple of lines of CSS. You are not literally cropping, which is why it’s called faux image cropping. These techniques can be helpful if you want to keep images to a certain size (for example, thumbnails in a news section). Being able to use CSS to control which portion of an image to display is great.

Css-technique-08 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Image Rollover Borders That Do Not Change Layout
With CSS, the border of any block-level element is factored into the element’s size in the layout. So, if you add a border to an element on hover, the layout will shift. In this post, you will find how to use the regular border property and create inner borders to get around that.

Css-technique-10 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Horizontal Stripes
This tutorial shows you how to create never ending horizontal stripes in your web design using CSS.

Css-technique-14 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Nine Techniques for CSS Image Replacement
Put nine different techniques of image replacement to the test.

Css-technique-13 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Bokeh effects with CSS3 and jQuery
This tutorial teaches you how to re-create the bokeh effect with CSS 3. With some help from jQuery, we can add some randomness in colour, size and position for the effect.

Css-technique-16 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

A Stationary Logo That Changes on Page Scroll with CSS
Here is an interesting effect that modifies the logo when the page is scrolled, using the CSS background-attachment property.

Css3-new-04 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Silhouette Fade-Ins
To achieve the effect in the image above, first we need a DIV with the silhouettes as a background image. Then we put four images in that DIV, all the exact same size, with each band member highlighted. These images are hidden by default. Then you absolutely position four regions on top of the DIV; these are the roll-over link areas. With jQuery, we apply hover events to them, fading in the appropriate image.

Css-046 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Creating Triangles in CSS (the link was removed due to possible malware)
Few people realize that a browser draws borders at angles. This technique takes advantage of that. One side of the border is given the color of the arrow, and the rest are transparent. Then you give the border a large width; the ones above are 20 pixels.

Css-004 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

A parallax optical illusion with CSS: The Horse in Motion
Time for some fun with CSS and optical illusions.

Css-203 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Pure CSS Line Graph
The idea here is not only to offer data visualization to people who aren’t comfortable using scripting languages, but to demonstrate the power of CSS and offer a different way of using CSS. If you are not a fan of line graphs and data visualization, you may still benefit from this article. Think of it as a CSS experiment, and learn a thing or two about CSS Sprites and positioning.

Css-037 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Zooming with jQuery and CSS
This post is about text zooming with jQuery and CSS. This is a basic-level tutorial about changing a style using a jQuery script. A simple way to zoom website content.

Css-146 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Create Resizing Thumbnails Using Overflow Property
This tutorial teaches you how to control thumbnail sizes. Sometimes we don’t have enough space to fit large thumbnails, and yet we would rather avoid small indecipherable images. Using this trick, we can limit the default dimensions of thumbnails and show them at full size when the user mouses over them.

Css-150 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Cross-browser drop shadows using pure CSS
Most methods of adding drop-shadows to content blocks require additional HTML mark-up and one or more PNG images. But by combining the Glow and Shadow filters, something that fairly closely resembles the rendered CSS3 shadow can be achieved.

Css-151 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Date Badges and Comment Bubbles for Your Blog
One of the things you have to deal with when your blog grows is having to cram more info into less space to show everything you want to show. One thing you can do is add an icon for the date and then a bubble over it with the number of comments for that post.

Css-technique-11 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

CSS Tables And Web Forms

UX trick: display form data as tabular data
This is a little trick to enhance the user experience of forms. It displays editable form data as readable tabular data.

Css-technique-04 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Tables: Not As Evil As You Think
Tables are evil, right? Yes and no. For tabular data, they’re not, of course. That’s what tables are for in the first place. CSS can do an excellent job of styling a properly formatted table, and the table structure provides good scaffolding for JavaScript calls. But what is addressed here is using tables for non-tabular data (i.e. for the layout). Yes, that’s right: using tables for layout.

Css-075 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Perfect Drop-Down Log-In Box Like Twitter Using jQuery
This shows you how to create a Twitter-style drop-down log-in form using jQuery. It’s really easy, it saves space on the page and visitors feel comfortable with the awesome toggle form.

Css-158 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Make a Select’s Options Printable
When printing a Web page with select elements on it, the select drop-down prints just as it looks on the Web. This of course is practically useless on the printed page. One option for handling this is to follow every select HTML element with an unordered list that duplicates the content. Hide the unordered list in your main CSS file and reveal it with your print style sheet. This is a reasonable approach, except that it’s a big ol’ pain in the butt to deal with all the time. Let’s rely on jQuery to do the heavy lifting instead.

Css-018 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Twitter-Like Log-In With jQuery and CSS
This post explains how to get the Twitter-like hide and show effect for logging in using jQuery and CSS.” Very simple: just five lines of JavaScript for the hide() and show() events and a little CSS.

Css-145 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Clean and Pure CSS Form Design
This tutorial illustrates how to design a pure CSS form without using HTML tables.

Css-105 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

CSSG Collection: Free Comment Styles
This is the second CSSG collection from CSS Globe.

Css-034 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Have a Field Day with HTML5 Forms
Here is a look at how to style a beautiful HTML5 form using some advanced CSS and the latest CSS3 techniques. You will definitely want to re-style your forms after having read this article.

Css-011 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Editable/Printable Invoice
Create editable and printable invoices using CSS and some JavaScript. This is version 2 from Vinh Pham.

Css-047 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

How to Mask Passwords Like the iPhone
Many smartphones, including the iPhone, show the last character that you typed in a password field with a delay of a second or two. You can see that last character but not the entire password. But browsers don’t do what these mobile devices do. Here is a solution, with some fancy JavaScript and behind-the-scenes trickery.

Css-074 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Make Web Forms Suck Less With Labels
We’ve been filling out Web forms for years, and we all gripe that they could be better. Even with generous padding, the fields are too small. But hardly anyone has improved the most under-rated interaction of them all: checkboxes and radio buttons.

Css-technique-20 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

FancyForm: JavaScript checkbox replacement
FancyForm is a powerful and flexible checkbox-replacement script that changes the appearance and function of HTML form elements. It is accessible and easy to use, and it degrades gracefully on older non-supported browsers.

Css-103 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

jQuery checkbox v.1.3.0 Beta 1
A lightweight custom-styled checkbox implementation for jQuery 1.2.x and 1.3.x.

Css-104 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Disabled labels and the Trilemma plug-in
The form above on the left makes use of the disabled attribute, but the default browser settings for disabled inputs don’t contrast as much as one would like. To better distinguish at a glance between which inputs are disabled and enabled, the labels of disabled inputs in the form on the right are styled with a faint gray color.

Css-127 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Fluid Search Box
Creating a fluid search box when you have only a single element next to it is trivial. What you should do is wrap the input in an element and use padding to create space for the fixed element; then position the fixed element absolutely (or relatively) in the space created by the padding.

Last Click

Browser Pong
A whole new pong game using three browser windows for the ball and racquets. Clever!

Css-180 in 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)

Related posts

You may want to look at similar CSS-related posts that we published last months:

(kk) (jb) (vf) (al)

The team here at Smashing Magazine. Mostly Sven & Vitaly.

56

Tags: ,

Advertising
  1. 1
    Illusiv
    February 18th, 2010 4:18 am

    First! Really nice article, gonna bookmark this one for sure! Tnx SM :-)

    • 2
      designfreek
      February 18th, 2010 7:59 am

      Nice article but they missed to include.. http://ib.im/dxfrH
      But will surely bookmark it :)

  2. 3
    BEBEN
    February 18th, 2010 4:39 am

    we…e..e…this is awesome collection technique
    hoosshhh!!!

  3. 4
    Antoine Guédès
    February 18th, 2010 4:39 am

    Nice article and really useful.
    Thank you Smashing. ;-)

  4. 5
    LFT
    February 18th, 2010 4:42 am

    very nice collection… i would also interested to know the slider order form is done, where you add things and its calculated in bottom…

  5. 6
    Andy Gongea
    February 18th, 2010 5:18 am

    Smashing Compilation !!! This will come in handy for the redesign of my site. Thanks for all the effort.

  6. 7
    Adit Gupta
    February 18th, 2010 5:26 am

    Nice compilation :)

  7. 8
    Richie
    February 18th, 2010 5:30 am

    This is one heck of a collection. I could spend days seeing this. Lovely!!! I am in love with that rainbow color thing. It is super cool.. thanks for the round up :)

  8. 9
    Jorge A. Díaz
    February 18th, 2010 5:39 am

    Awesome article!!! Star to it!

  9. 10
    Evan Jones
    February 18th, 2010 5:53 am

    That Browser Pong is great!

    The twitter-style login demo is great too :D

  10. 11
    Josh Humble
    February 18th, 2010 6:00 am

    AWESOME article. Question, though. I would like to view the “CSS 100% Height” technique, but the text and image hyperlink goes to a page and domain with no content and source code. Anyone else with this problem?

    • 12
      Smashing Editorial
      February 18th, 2010 6:39 am

      The site must be down at the moment – please try again later.

      • 13
        Jacob Gube
        February 18th, 2010 8:46 am

        The site must have gotten the Smashing Effect. :D

      • 14
        Micah Paz
        February 20th, 2010 4:17 pm

        Still Not Working I Also Would Like To Make It But Can’t Maybe Someone Can Email Them. Thanks Micah.

  11. 15
    Markus Hartmann
    February 18th, 2010 6:01 am

    Great! Thank you!

  12. 16
    Julien L
    February 18th, 2010 7:05 am

    Amazing collection, bookmarked ! A lot of tricks that can be usefull and avoid headaches for sure. Thanks !

  13. 17
    Andris
    February 18th, 2010 7:24 am

    Definitely a great roundup with helpful demos. I still suck at styling forms and some of the demos will help me next time for sure.

  14. 18
    richard hughes
    February 18th, 2010 7:53 am

    very nice collection – good post, thanks

  15. 19
    Khaled Attia
    February 18th, 2010 8:21 am

    Really Awesome!,
    Thank you.

  16. 20
    Luis Craik
    February 18th, 2010 8:51 am

    I love it! Great post! Hope to see more things like these in the future! A+ to SM!!

  17. 21
    Design Informer
    February 18th, 2010 9:29 am

    Very nice round-up. I’ve seen a lot of these and there are actually a couple of new techniques that I’m not familiar with.

    By the way, I already subscribe to a lot of these blogs, Soh Tanaka, Janko at Warp Speed, AEXT, Tutorialzine and CSS-Tricks.

  18. 22
    Alexia
    February 18th, 2010 10:40 am

    Fantastic set of resources…. as always. :)

  19. 23
    Kartlos Tchavelachvili
    February 18th, 2010 12:47 pm

    Tricks, Tricks and more Tricks! This kind of articles are very useful! Thanks :)

  20. 24
    Nina
    February 18th, 2010 1:52 pm

    Great roundup, extremely useful.
    Thanks a lot :D

  21. 25
    Pat
    February 18th, 2010 1:56 pm

    Not sure if you guys know this or not, but in IE 8, your site redirects to the mobile version of the site!

  22. 26
    Bruno
    February 18th, 2010 4:02 pm

    Fantastic! Every new day i see new powers of the CSS. you think that the unification of the way browsers read CSS would be good or inhibit creativity that you see here?

  23. 27
    arithok
    February 18th, 2010 5:35 pm

    great article! Thx, its very useful for me :)

  24. 28
    Tyrii
    February 18th, 2010 7:15 pm

    Once again. you made and awesome post!

  25. 29
    Rich McNabb
    February 18th, 2010 7:22 pm

    Wow. What a great post a lot of really good stuff in here – thanks :)

  26. 30
    Imran Khan
    February 18th, 2010 8:15 pm

    This is just an amazing article!

  27. 31
    Mohammad Omer
    February 18th, 2010 10:10 pm

    Bravoooo….
    Nice collection of techniques.

    Thx Smash.

  28. 32
    Jacques Alomo
    February 19th, 2010 1:21 am

    Really wonderfull stuff!

    Thx for this great collection…

  29. 33
    Julez
    February 19th, 2010 1:40 am

    Good stuffs ! Definitely bookmarked.

  30. 34
    Dzinepress
    February 19th, 2010 2:34 am

    amazing techniques for web designers and developers.

  31. 35
    MArtin van Drunen
    February 19th, 2010 2:44 am

    Cool stuff!!!!

  32. 36
    Thomas Veit
    February 19th, 2010 3:34 am

    just another damn useful article!! thank you!

  33. 37
    jeson
    February 19th, 2010 3:56 am

    Free Calculate your website worth: no tool needed……

    websitereckon.com

    thanks

  34. 38
    BuySellSwap Ireland
    February 19th, 2010 4:06 am

    Fantastic article. I’m going to use some of these cool techniques soon.

  35. 39
    korbinian
    February 19th, 2010 6:02 am

    marker css is a useful coding technique? seriously, guys?

  36. 40
    web design york
    February 19th, 2010 7:39 am

    Some really good stuff there. It’s given me a fair bit of inspiration!

  37. 41
    Punshdrunklove
    February 19th, 2010 10:37 am

    PHADTOLOMEUS!, amazing article, muchas thank you!

  38. 42
    kicaj
    February 19th, 2010 2:00 pm

    Check lot of combination of jquery effects: http://idsreklama.com

  39. 43
    Mosey
    February 19th, 2010 2:34 pm

    One of my most favourite articles so far. A load of very brilliant techniques. Thank you!

  40. 44
    Another Design Blog
    February 20th, 2010 1:47 am

    Nice collection of articles! Looking forward…

  41. 45
    rai
    February 22nd, 2010 7:49 am

    Just great. I love it! thanks for sharing

  42. 46
    Ahmed Rabieh
    February 23rd, 2010 12:09 pm

    Great Techniques , I Like it .. thanks for sharing …

    regards

  43. 47
    Brandon
    February 23rd, 2010 1:00 pm

    Great CSS article. Some things I never knew you could do with pure CSS.

    Thanks,

  44. 48
    Guru
    February 25th, 2010 3:31 am

    Bookmarked site. very nice and useful tutorials.

  45. 49
    Laurent
    February 28th, 2010 6:32 am

    jquery everywhere, boring.

  46. 50
    Jay Kin
    March 13th, 2010 12:38 pm

    This is an awesome collection. I have been looking good CSS form tutorials for one of my project. Thank for the article. I just bookmarked.

  47. 51
    KALLON
    March 17th, 2010 1:00 am

    Thats Amazing

    lovely topic its very helpful

    regards

  48. 52
    HendraBozzie
    March 28th, 2010 2:49 pm

    thanks for share, very useful

  49. 53
    Munnabhai- Dhanashree Inc
    April 5th, 2010 3:14 am

    Nice CSS article. Some things I never knew you could do with pure CSS.Thanks,

    Thanks once agina.
    Munnabhai-Dhanashree Inc

  50. 54
    Anonymous
    April 5th, 2010 5:39 am

    I really can’t fathom how Smashing makes traffic any more. How many articles are just rips of other people’s blogs now? Try to compile the useful information for a change.

  51. 55
    Simon Horan
    April 15th, 2010 1:03 am

    Great article!

Leave a Comment

Make sure you enter the * required information where indicated. Please also rate the article as it will help us decide future content and posts. Comments are moderated – and rel="nofollow" is in use. Please no link dropping, no keywords or domains as names; do not spam, and do not advertise!



Advertisement Advertise with us!
Visit job board Post your job
Add this widget to your site!
Advertisement