Feature
Post

Category
Friday Focus


Friday Focus 02/19/10: Fixed

This week on Friday Focus: excellent websites that happen to have fixed elements in them.

Designs of the Week

Adii Rockstar

Not only do we have a light on dark design here, but a glowing light on dark design. It’s colorful too, because of the thick demarcations color-coded by content type. My only wish is for the search bar to be part of the fixed area; I think that’s just as important a navigation element as pagination.

Taylor Frassinelli

Interesting choice of content in the fixed area: name and contact info (very important), quick links to portfolio items grouped by year, and quick links to additional info about the designer. Overall, neat and nicely organized.

Ryan O'Rourke

Another split, one page site. Cool hover effect on the brain graphic, and interesting combination of background patterns (one ornate, one techie).

Fresh01

Brilliant effect on the blue markers, telling you exactly where you are on the page and keeping things dynamic.

Rich Brown

A custom font makes a big difference. Big, bold, boxy, but not overwhelming.

177Designs

Not so exciting fixed area (they’re more for utility anyway) but does well in presenting the portfolio.

Jon Leverrier

More than half of the page is fixed—narrow content areas isn’t quite dead yet!

Fuel Brand Inc

I like how you start with a practically blank screen when you load the site. Then you get a simple yet dramatic transition animation to load each section’s content.

EMQuinn

Another thing that isn’t dead: left-aligned layouts. No skimping on the amount of whitespace either.

Vuu Media

The thing about changing backgrounds is the foreground has to match, and amazingly enough, this site pulls it off. Other than that, graceful details everywhere.

Jaype

I like the three different shades of blue in three different columns. Not too thrilled about the use of the drop shadows and inner shadows here though.

Rather Splendid

I love endless scrolling. I’m on the fence about the stark black icons, although they give a quirky feel to a text-filled site.

Drew Wilson

What really sets this design apart is the carefully chosen and crafted custom photos for each post, everything blends well. Not to mention custom type everywhere.

Social Media Weekly

UsabilityWhy Not a User

CSSCSS gradients for all web browsers, without using images

CMS10 Simple and Light Weight CMS Solutions


  1. By Victoria Blount posted on February 19, 2010 at 1:53 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    These websites have really inspired me to want to use this technique on a website that i develop. Could you provide a tutorial for this? Is it created by just adding position:fixed; to the css or is it jquery?

  2. By Ryan Burnett posted on February 19, 2010 at 9:27 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    I’m guessing there using css, for example I want to fix that cool brain one, supposing the div is called ‘brain-col’, you would you the following css:

    brain-col
    {
    width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    POSITION: FIXED;
    float: left;
    }

    And so on, so what Im saying is… I think its css!

    - Ryan.

  3. By David posted on February 22, 2010 at 6:39 pm
    Want an avatar? Get a gravatar! • You can link to this comment

    That resume thing is from ThemeForest… you might want to link to the themeforest page or the original author. :$

  4. Trackback