Features

Back to Home

Entries within the 'CSS' category

  • Tables: The Next Evolution in CSS Layout by Kevin Yank

    CSS - 42 Comments

    November 19th, 2008

    Crafting CSS layouts is tricky. In this article, Kevin Yank introduces CSS tables (which, once IE 8 is released, will be supported by all major browsers). They promise to make CSS layouts much easier for everyone.

    Features > CSS

    Read more

  • Coding for the mobile web by Chris Mills

    CSS Dev - 39 Comments

    March 5th, 2008

    Introduction
    Good evening — in this article I will aim to demystify the world of mobile web development, or in other words, developing web sites so that they will provide an acceptable user experience on mobile devices. I’ll run through how “the mobile web” differs from the normal web, the basics of techniques you can employ […]

    Features > CSS Features > Dev

    Read more

  • How to recreate Silverback’s parallax effect by Paul Annett

    Design CSS - 188 Comments

    February 27th, 2008

    When I was a lad, I remember being wowed by an effect in Sonic the Hedgehog known as parallax scrolling. Moving my little spiky friend to the right caused the foreground to move past the camera to the left faster than the background, creating a faux-3D view of Green Hill Zone.
    We can create a similar […]

    Features > Design Features > CSS

    Read more

  • Streamline your forms with widgets by Jason Long

    CSS JavaScript - 46 Comments

    February 12th, 2008

    “Advanced forms” are rarely that. A more fitting name would be “Overwhelming and confusing forms”. But with Jason Long’s clever approach to streamlining a screen full of checkboxes, you might just be able to once again look fondly on your forms.

    Features > CSS Features > JavaScript

    Read more

  • Stay on :target by Brian Suda

    CSS Dev - 37 Comments

    January 31st, 2008

    In this article, I want to introduce you to a really powerful CSS3 pseudo selector called :target. Much like :hover, :target is invoked during certain interactions with the website. Specifically, when applied to a fragment identifier. On a page such as http://example.com/index.html#hello-world, the id=”hello-world” element is the target and any matching :target styles would be […]

    Features > CSS Features > Dev

    Read more